@blablacar/ui-librarydeprecated

BlaBlaCar React UI component library

Usage no npm install needed!

<script type="module">
  import blablacarUiLibrary from 'https://cdn.skypack.dev/@blablacar/ui-library';
</script>

README

BlaBlaCar React component library

Build Status npm version

Installation

BlaBlaCar ui-library is available as an npm package

Just run this inside your project

npm i @blablacar/ui-library

Usage

Import the package into your package.json. You will also need the following peer dependencies:

"dependencies": {
    ...
    "@blablacar/ui-library": "<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 '@blablacar/ui-library/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.