hyperapp-button
v1.0.6
Published
hyperapp button
Maintainers
Readme
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
```