@sorion/windmill-vue
Version:
Vue 3 UI component library built with Tailwind CSS, inspired by @windmill/react-ui
10 lines (8 loc) • 430 B
text/typescript
import UITableContainer from './UITableContainer.vue';
import UITable from './UITable.vue';
import UITableHeader from './UITableHeader.vue';
import UITableBody from './UITableBody.vue';
import UITableRow from './UITableRow.vue';
import UITableCell from './UITableCell.vue';
import UITableFooter from './UITableFooter.vue';
export { UITableContainer, UITable, UITableHeader, UITableBody, UITableRow, UITableCell, UITableFooter };