@rodrisu/friendly-ui
v1.0.102
Published
Friendly Travel - BlaBlaCar React UI component library
Downloads
149
Maintainers
Readme
BlaBlaCar React component library
Installation
BlaBlaCar ui-library
is available as an npm package
Just run this inside your project
npm i @rodrisu/friendly-ui
Usage
Import the package into your package.json
. You will also need the following peer dependencies:
"dependencies": {
...
"@rodrisu/friendly-ui": "<CURRENT_VERSION>",
"react": "<CURRENT_VERSION>",
"react-dom": "<CURRENT_VERSION>",
"styled-components": "<CURRENT_VERSION>",
"classcat": "<CURRENT_VERSION>",
...
}
then all you need to do is:
import { Button } from '@rodrisu/friendly-ui/build/button'
But again, don't forget that you need to have React to make it work.
Changelog
Check the changelog to stay informed on all updates
Examples and documentation
You can find examples and tech documentation here.
Contributing
Wanna contribute ? This way. :)
License
This project is licensed under the terms of the MIT license.