@benleed/outlinebutton
v1.0.1
Published
**Params**
Readme
OutlineButton
Params
- bigger boolean;
- selected boolean Use this for a toggleable button state
- loading boolean Replaces text with small spinning animation;
- disabled boolean;
- positive boolean Green outline;
- negative boolean Red outline;
Example
<OutlineButton on:click={handleClick}>Click Me</OutlineButton>