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.

5 lines (4 loc) 219 B
import DynamicButton from './kit/DynamicButton/DynamicButton.svelte'; import TextInput from './kit/TextInput/TextInput.svelte'; export * from './kit/DynamicButton/DynamicButton.js'; export { DynamicButton, TextInput };