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

8 lines (4 loc) 256 B
export type FiledSize = 'mini' | 'small' | 'normal' | 'large' export type FieldType = 'text' | 'number' | 'digit' | 'password' | 'textarea' export type FieldLabelAlign = 'left' | 'right' | 'top' | 'center' export type FieldInputAlign = 'left' | 'right'