@chiper-inc/sb-web-chiper
TypeScript icon, indicating that this package has built-in type declarations

3.27.3 • Public • Published

🪂 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @chiper-inc/sb-web-chiper

Weekly Downloads

28

Version

3.27.3

License

MIT

Unpacked Size

705 kB

Total Files

391

Last publish

Collaborators

  • devops-config-chiper
  • brayanacebo
  • alexander.cuesta