vue-lib-components
Version:
Contains Vue 3 components that are used quite often. At the moment it is a test version (however, the current components can be used), but in the near future new features will be improved and new components will be added.
9 lines (8 loc) • 482 B
TypeScript
import { default as Accordion } from './accordion/Accordion.vue';
import { default as Button } from './button/Button.vue';
import { default as Input } from './input/Input.vue';
import { default as Select } from './select/Select.vue';
import { default as Checkbox } from './checkbox/Checkbox.vue';
import { default as Tabs } from './tabs/Tabs.vue';
import { default as Skeleton } from './skeleton/Skeleton.vue';
export { Accordion, Button, Input, Select, Checkbox, Tabs, Skeleton };