This is the default pack of components and layout principles that dictates Catho Frontend applications.
It can be installed via npm or yarn.
yarn add @catho/quantum styled-components
To use a component, it need to be imported in your project:
import { Button } from '@catho/quantum';
// or
import Button from '@catho/quantum/Button';
You can find a list of all available components and full documentation on how to use them at our Storybook
- Check the issues to ensure that there is not someone already working on it
- Check our contribution guide
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!