@infra-cryptomate/react-components
v0.0.13
Published
This repository contains the library of atomic components.
Readme
@infra-cryptomate/react-components
This repository contains the library of atomic components.
Getting Started
Installation
npm install @infra-cryptomate/react-componentsStyles
// main file of the app
import '@infra-cryptomate/react-components/dist/index.css';Usage
import { Button } from '@infra-cryptomate/react-components';
const App = () => (
<Button
type="primary"
size="large"
onClick={() => console.log('Hello World!')}
>
Hello World!
</Button>
)Contributing
Please read the contributing guide.
Team and collaborators
Agustin Erhardt Valentin Lunaklick Gonzalo Telesio
