https://github.com/gilbarbara/components
React components to create beautiful user interfaces
https://github.com/gilbarbara/components
components react typescript ui-kit
Last synced: 3 months ago
JSON representation
React components to create beautiful user interfaces
- Host: GitHub
- URL: https://github.com/gilbarbara/components
- Owner: gilbarbara
- Created: 2022-04-23T05:01:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T13:17:54.000Z (7 months ago)
- Last Synced: 2025-10-12T19:33:04.420Z (3 months ago)
- Topics: components, react, typescript, ui-kit
- Language: TypeScript
- Homepage: https://components.gilbarbara.dev
- Size: 5.41 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@gilbarbara/components
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
```shell
npm i @gilbarbara/components @emotion/react @emotion/styled
```
### Usage
```tsx
import { Button } from '@gilbarbara/components';
function App() {
return Hello
}
```
> You can access the props for all components under the namespace `Props`.
### License
MIT