1.3.0 • Published 4 years ago

react-genomix v1.3.0

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

ReactJS GenomiX

npm version

Build Status

codecov

Greenkeeper badge

Core library for Nexus projects using ReactJS

Getting Started

Clone repo

git clone https://github.com/chopdgd/react-genomix.git

Install dependencies

npm install or yarn install

Setup pre-commit hook for prettier

make setup-githooks

Start development server

npm start or yarn start

Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.

Start storybook server

npm storybook or yarn storybook

Runs the demo app in a storybook. Open http://localhost:6006 to view it in the browser.

Library files

All library files are located inside src/lib

Demo app

Is located inside src/demo directory, here you can test your library while developing

Testing

npm run test or yarn run test

Build library

npm run build or yarn run build

Produces production version of library under the build folder.

Using in a project

npm install react-genomix or yarn add react-genomix

Add css to your project.

In index.js:

import 'react-genomix/dist/react-genomix.min.css'

In css/scss file:

@import "~react-genomix/dist/react-genomix.min.css";

1.3.0

4 years ago

1.3.0-rc1

4 years ago

1.2.3-alpha.0

4 years ago

1.2.3-alpha.1

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.15.0

5 years ago

0.14.2

5 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.12.0-alpha.4

5 years ago

0.12.0-alpha.3

5 years ago

0.12.0-alpha.2

5 years ago

0.12.0-alpha.1

5 years ago

0.12.0-alpha.0

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.3

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2-rc

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago