2.2.1 • Published 2 years ago

@hireology/molecules v2.2.1

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

Build Status

Molecules

Hireology's component library

Installation

Molecules is available as an npm package.

npm i @hireology/molecules --save

or if you prefer Yarn

yarn add @hireology/molecules

Usage

import { Button } from '@hireology/molecules';
import '@hireology/molecules/dist/molecules.css';

ReactDOM.render(<Button>Button</Button>, mountNode);

NOTE: molecules assumes you already have Font Awesome available in your project

Documentation

To view the components and their, visit our storybook.

Development

Develop locally with Storybook:

$ git clone git@github.com:Hireology/molecules.git
$ cd molecules
$ npm install
$ npm run storybook

Each commit to dev will automatically deploy storybook.

You can view a preview of the deploy in your PR by clicking the details button in this build step:

Testing

Run tests locally: npm run test
Run test coverage: npm run test-coverage

Expected Component Directory Structure

When you add a new component, it should follow the below directory structure:

/NewComponent
  index.js                 - export default from NewComponent.jsx
  NewComponent.jsx         - component code
  NewComponent-test.jsx    - test file
  newComponent.scss        - stylesheet
  newComponent.stories.jsx - storybook configuration
2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.4-rc.0

3 years ago

1.9.3

3 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.6

4 years ago

1.7.5

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago