New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-component-library097

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

react-component-library097

A simple React Component library built with storybook and React

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

react-component-library

License

Description

This is a simple React Component Library containing Table, Form, Header, Modal Components.

Installation

npm install react-component-library

## Usage

import { Button } from 'react-component-library';

const MyComponent = () => {
  return (
    <Button primary={true} label={Primary button} />
  );
};

## Components

- Table Component: A simple customizable Table Component. "src/Table"
- Modal Component: A simple open and close Modal component. "src/Modal"
- Input Component: A simple Input Component, with differnet size and label depending on the props passed. "src/Input"
- Header Component: A simple navbar Component. "src/Header"
- Form Component: A complete and Customizable form component with various form elements. "src/Form"
- Button Component: A completely customizable button component. The size, color, label can be customized. "src/Button"

## Documentation

# This are the links to some important documentations

- [StoryBook](https://storybook.js.org/docs/)
- [React](https://react.dev/learn)



Keywords

react

FAQs

Package last updated on 17 Feb 2024

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