Socket
Book a DemoInstallSign in
Socket

@chiper-inc/sb-web-chiper

Package Overview
Dependencies
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chiper-inc/sb-web-chiper

Component library for React, based on Chiper's design system to build high quality web applications.

3.27.3
latest
Source
npmnpm
Version published
Weekly downloads
15
25%
Maintainers
9
Weekly downloads
 
Created
Source

🪂 Getting Started 🚀 🔥

Component library for React, based on Chiper's design system to build high quality web applications.

npm storybook react codecov size

Prerequisites

  • 📦 Node.js >=16
  • 📦 Yarn >=1

Install

sb-web-chiper should be installed as a dependency of your project .

yarn add sb-web-chiper

Usage

After the installation, it's time to import the package in your project:

import { useState } from "react";
import { TextField } from "sb-web-chiper";

const [text, setText] = useState("");

return (
  <TextField
    value={text}
    placeholder="Placeholder email"
    name="email-field"
    onChange={(e) => setText(e.target.value)}
    helperText="email@email.com"
  />
);

Contributing

This projects use some information (file names, commit messages) to automate several tasks. Because of this, some guidelines must be followed. click here.

FAQs

Package last updated on 26 Sep 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.