1.0.25 • Published 5 years ago

@firstfleet/hyperappcomponents v1.0.25

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

To publish new version to NPM:

  1. Create user on NPM site if you don't already have one. Then login npm login
  2. Have someone add you to the firstfleet NPM org
  3. Increment version in package.json
  4. Publish it! npm publish --access public

How to use in hyperapp project:

  1. Install to your project npm install -s @firstfleet/hyperappcomponents
  2. Import into js components import { Button } from @firstfleet/hyperappcomponents
  3. Use in your jsx
  4. For CSS add this to your brunch.config file (if using brunch)
  enabled: true,
  styles: {
    '@firstfleet': ['hyperappcomponents/hyperappComponents.css']
  }
};```

TO SEE THE LIVING DOCS:
1. importh the docs `import { Docs } from  @firstfleet/hyperappcomponents`
2. render the docs onto the page `<Docs></Docs>`
1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago