1.1.9 • Published 1 year ago

@haus-tech/react-components v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

This guide was follwed making this component library: https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe

Build

cd packages/react-components npm run rollup

Builds to dist

Deploy

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

Usage

import { Crow, Icon } from '@haus-tech/react-components';

<Icon name="name-of-icon" size={16} color="#fafafa">

<Crow up left gap={4}>
  <div>
    Child 1
  </div>
  <div>
    Child 2
  </div>
</Crow>

Heads up When using <Icon /> you are expected to import a IcoMoon font yourself.

Visit https://icomoon.io/ and click IcoMoon App to get started.

1.1.1

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.0

1 year ago