Easy to use React components
npm install @haus-tech/react-componentsThis guide was follwed making this component library:
https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe
cd packages/react-componentsnpm run rollup
Builds to dist
From shared-dx root:npm run publish-react-components
First it runs the build-step above then it runs npm publish.
Make sure you've bumped the version number in packages/react-components/package.json before you do so
``
import { Crow, Icon } from '@haus-tech/react-components';
Child 1
Child 2
`
Heads up
When using you are expected to import a IcoMoon font yourself.
Visit https://icomoon.io/ and click IcoMoon App` to get started.