Logistics Cardinal UI
npm install logistics-cardinal-ui






> Logistics Cardinal UI is a set of reusable components that are customizable and consistent across teams.
!Demo
> Check out the Live demo.
``bash`
$ yarn add logistics-cardinal-ui
`js
import React from 'react';
import { Button } from 'logistics-cardinal-ui';
export default function AwesomeButton() {
return ;
}
`

Suggestions and pull requests are highly encouraged! Please follow the following workflow:
Clone the repository to your local directory
`bash`
$ git clone https://github.com/foodora/logistics-cardinal-ui.git
$ cd logistics-cardinal-ui
Install all dependencies & Start developing
`bash`
$ yarn
$ yarn test
$ yarn storybook
Test your new components locally
`bash``
$ yarn build
$ yarn link
$ cd to_your_own_project
$ yarn link logistics-cardinal-ui
After carefully testing it locally, please open a pull request and we will take care of the rest :unicorn:!
MIT © Foodora