UNPKG

@kamrade/svelte-dynamic-button

Version:

A simple button template that supports a flexible set of themes, variants, sizes and shapes. You can find usage examples (MagicButton and SimpleButton components) in the repository.

6 lines (5 loc) 258 B
// Reexport your entry components here import DynamicButton from './kit/DynamicButton/DynamicButton.svelte'; import TextInput from './kit/TextInput/TextInput.svelte'; export * from './kit/DynamicButton/DynamicButton.js'; export { DynamicButton, TextInput };