accurat / react-components

Collection of React components used for Accurat projects.

Home Page:https://accurat.github.io/react-components/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accurat React Components

Collection of React components used for Accurat projects.

The purpose is to provide ready-to-use, easily customizable UI components to set up web projects. They're also useful for quick prototypes.

Install

yarn add @accurat/react-components

Usage

import { Button, Select, Checkbox } from '@accurat/react-components'

The component is designed to be easily customizable using tachyons classes, like this:

<Button className="br-pill bg-blue hover-bg-dark-blue">Click</Button>

Alternatively, you can also pass a style attribute as a prop.

<Button style={{ backgroundColor: 'blue' }}>Click</Button>

About

Collection of React components used for Accurat projects.

https://accurat.github.io/react-components/

License:MIT License


Languages

Language:TypeScript 82.2%Language:JavaScript 14.5%Language:HTML 1.7%Language:CSS 1.6%