@sorion/windmill-vue
Version:
Vue 3 UI component library built with Tailwind CSS, inspired by @windmill/react-ui
17 lines (16 loc) • 889 B
text/typescript
export { default as UIAlert } from './alert';
export { default as UIAvatar } from './avatar';
export { default as UIBackdrop } from './backdrop';
export { default as UIBadge } from './badge';
export { default as UIButton } from './button';
export { UICard, UICardBody } from './card';
export { UIDropdown, UIDropdownItem } from './dropdown';
export { default as UIHelperText } from './helper-text';
export { default as UIInput } from './input';
export { default as UILabel } from './label';
export { UIModal, UIModalBody, UIModalFooter, UIModalHeader } from './modal';
export { default as UIPagination } from './pagination';
export { default as UISelect } from './select';
export { UITableContainer, UITable, UITableHeader, UITableBody, UITableRow, UITableCell, UITableFooter } from './table';
export { default as UITextarea } from './textarea';
export { default as WApp } from './w-app';