UNPKG

ano-ui

Version:

<p align="center"> <img src="https://github.com/ano-ui/ano-ui/raw/main/public/logo.svg" style="width:100px;" /> <h1 align="center">Ano-UI (WIP)</h1> <p align="center">An UniApp UI components with UnoCSS.</p> </p> <p align="center"> <a href="https://www.np

36 lines (30 loc) 727 B
// Basic export * from './AAvatarGroup' export * from './AAvatar' export * from './AButton' export * from './ACell' export * from './APopup' export * from './AToast' // Form export * from './ACheckbox' export * from './ACheckboxGroup' export * from './AField' export * from './ARadio' export * from './ARadioGroup' export * from './ASwitch' // Action export * from './AActionSheet' export * from './ADialog' export * from './ANotify' export * from './AOverlay' // Display export * from './ACollapse' export * from './ANoticeBar' export * from './ATag' export * from './ABadge' // Navigation export * from './ATabBar' export * from './ANavBar' export * from './composables' export * from './tokens' export * from './utils'