New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ggg-components-library

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggg-components-library

A React component library

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

gg-components-library

gg-components-library is a component library for React, developed with the goal of providing reusable and styled components for React projects. This library uses Storybook to visualize and test components in isolation.

Scripts available

  • build**: Compiles the components for production.
  • storybook: Starts the Storybook server for viewing and testing components.
  • build_storybook**: Compile the production version of Storybook.
  • lint**: Run ESLint on the source code.
  • lint:fix: Runs ESLint and automatically fixes problems encountered.
  • prettier**: Verify code formatting with Prettier.
  • prettier:fix: Automatically fixes formatting problems with Prettier.

Usage

To use gg-components-library in your project:

  1. Install the library:
yarn add gg-components-library

or

npm install gg-components-library
  1. Import the component you want to use:
import { Button } from 'gg-components-library'

function MyComponent() {
  return <Button>Mi botón</Button>
}

FAQs

Package last updated on 23 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc