Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 5.06 KB

README.md

File metadata and controls

55 lines (40 loc) · 5.06 KB

Quantum

All Contributors

This is the default pack of components and layout principles that dictates Catho Frontend applications.

Commitizen friendly Build Status style: styled-components npm version

Instalation & Usage

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

Contributing

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Daniel Silva
Daniel Silva

📖 💻 🤔 👀 ⚠️
Gabriel Daltoso
Gabriel Daltoso

📖 💻 🤔 👀 ⚠️
Allysson dos Santos
Allysson dos Santos

💻 👀 📖 ⚠️ 🤔
Alan Oliveira
Alan Oliveira

💻 👀 📖 ⚠️ 🤔
Raphael Oliveira
Raphael Oliveira

💻 👀 📖 ⚠️ 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!