components
components copied to clipboard
React components to create beautiful user interfaces
@gilbarbara/components
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 />
}