Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.48 KB

@gilbarbara/components

@gilbarbara/components

NPM CI Quality Gate Status

A library of composable React components to simplify web application development. Use it to create complex user interfaces while following accessibility best practices.

Documentation

Go to https://components.gilbarbara.dev
Demo: https://codesandbox.io/p/sandbox/gilbarbara-components-2j37hj

Installation

npm i @gilbarbara/components @emotion/react @emotion/styled

Usage

import { Button } from '@gilbarbara/components';

function App() {
  return <Button>Hello</Button>
}

You can access the props for all components under the namespace Props.

License

MIT