0.0.2-beta.0 • Published 4 years ago

@maarkllc/howl-ui v0.0.2-beta.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Howl-UI

CircleCI

A set of UI Components from the wolfpack at Maark.

Development

You can use npm link to connect howl-ui on your local machine to another project.

  1. From howl-ui root folder (or from /lib) run npm link
  2. From the root folder of the other project, run npm link @maarkllc/howl-ui. You'll find this value in the name field in package.json
  3. From the other project, you can import components with named imports, ex import { Toggle } from '@maarkllc/howl-ui';

See https://docs.npmjs.com/cli/link.html

Troubleshooting

If you try to link hUI into a project and get errors about mismatched React versions, try running the link command from the /lib folder, or deleting the node_modules folder in howl-ui.

WIP Docs will be updates ass features are included.