1.0.6 • Published 6 years ago

hyperapp-button v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

hyperapp-button

install

npm install hyperapp-button

use

```
import { Button } from "hyperapp-button"  // Install all dependencies
const btnclasses = "pointer white w4 bg-orange dim br4-ns b--dark-pink h2 grow"    //custom styles

<Button stys={btnclasses}  val={"+"} click={a.add}></Button>  //use the function component                   
```
1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago