@tadashi/svelte-btn
Version:
Svelte component
39 lines (23 loc) • 743 B
Markdown
# svelte-btn
[![NPM version][npm-img]][npm]
[![Build Status][ci-img]][ci]
[npm-img]: https://img.shields.io/npm/v/@tadashi/svelte-btn.svg
[npm]: https://www.npmjs.com/package/@tadashi/svelte-btn
[ci-img]: https://github.com/lagden/svelte-btn/workflows/Node.js%20CI/badge.svg
[ci]: https://github.com/lagden/svelte-btn/actions?query=workflow%3A%22Node.js+CI%22
---
Svelte component
## Install
```
$ npm i -S @tadashi/svelte-btn
```
## Usage
You can see an example more complex here: https://svelte.dev/repl/f8ab96519a874208be8e3f6295d040b0
```html
<script>
import Btn from '@tadashi/svelte-btn'
</script>
<Btn>Yes</Btn>
```
## License
MIT © [Thiago Lagden](https://github.com/lagden)