This project provides a set of components for the React Compass Design System that can be used to implement user experiences consistent with ComfortDelGro's design principles.
Installation
To get started using Canvas kit React first add or install the module to your existing React project
yarn add @comfortdelgro/react-compass
or
npm install @comfortdelgro/react-compass
or
pnpm install @comfortdelgro/react-compass
Usage
import {Button} from '@comfortdelgro/react-compass'
;() => <Button variant='primary'>Click Me</Button>
or
import Button from '@comfortdelgro/react-compass/button'
;() => <Button variant='primary'>Click Me</Button>
If you spot a bug, inconsistency, or typo, please open a bug issue. Better yet, submit a pull request to address it.
If you have an idea, we would love to hear about it. The best way to suggest a feature is to open a feature issue.
- Microsoft Edge: last 2 versions
- Mozilla Firefox: last 2 versions
- Google Chrome: last 2 versions
- Apple Safari: last 2 versions
- Opera: last 2 versions
React Compass follows semantic versioning.
MIT © 2022