Socket
Book a DemoInstallSign in
Socket

@gilbarbara/components

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gilbarbara/components

A collection of imperfect React components

latest
Source
npmnpm
Version
0.15.5
Version published
Weekly downloads
90
47.54%
Maintainers
1
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts