UNPKG

samorphic-vue

Version:

A Vue 3 component library styled with neumorphism, including buttons, inputs, cards, and more.

10 lines (9 loc) 551 B
export { default as SButton } from './components/SButton.vue'; export { default as SSwitch } from './components/SSwitch.vue'; export { default as SInput } from './components/SInput.vue'; export { default as SCard } from './components/SCard.vue'; export { default as SAvatar } from './components/SAvatar.vue'; export { default as SIconButton } from './components/SIconButton.vue'; export { default as SToastContainer } from './components/SToastContainer.vue'; export * from './composables/useToast'; export { default as SamorphicVue } from './plugin';