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.

7 lines (6 loc) 196 B
import {} from '../../kit/DynamicButton/DynamicButton.js'; export const mainClassName = 'SimpleButton'; export const mergeProps = (defaultProps, props) => ({ ...defaultProps, ...props });