Skip to content

React components to create beautiful user interfaces

Notifications You must be signed in to change notification settings

gilbarbara/components

Repository files navigation

@gilbarbara/components

npm version CI Quality Gate Status

A collection of React components to help you create beautiful user interfaces.

Storybook: https://components.gilbarbara.dev
Code Sandbox: https://qzpq3w.csb.app/

Installation

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

Usage

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

function App() {
  return <DatePicker />
}

Documentation

Overview and Components