Skip to content

vobi-components is a collection of React components developed by Vobi.io team

License

Notifications You must be signed in to change notification settings

vobi-ge/vobi-components

Repository files navigation

vobi-components is a collection of React components developed by Vobi.io team.

Setup

  • Install with npm or yarn:
npm i vobi-components
# OR
yarn add vobi-components
  • Use in your project:
import React from 'react';
import Button from 'vobi-components/Button';

const MyComponent = () =>
  <Button onClick={() => console.log('thanks for clicking :)')}>
    Click me!
  </Button>;

Requirements

  • Install dependencies with npm:
npm i
  • Install nvm globally:
npm i -g nvm
  • Run storybook:
npm run storybook
  • Run storybook with docker:
docker-compose up -d --build
  • Format code with prettier-eslint:
npm run format

Contribution

Please refer contribution guide.

License

This project is offered under MIT License.

About

vobi-components is a collection of React components developed by Vobi.io team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published