hyperapp-button

1.0.6 • Public • Published

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                   
```

Package Sidebar

Install

npm i hyperapp-button

Weekly Downloads

3

Version

1.0.6

License

ISC

Last publish

Collaborators

  • hongmomanu