3.27.3 • Published 10 months ago

@chiper-inc/sb-web-chiper v3.27.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

🪂 Getting Started 🚀 🔥

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

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.

3.30.0

10 months ago

3.29.1

12 months ago

3.29.0

1 year ago

3.29.2

12 months ago

3.28.8

1 year ago

3.28.9

1 year ago

3.28.7

1 year ago

3.28.6

1 year ago

3.28.5

1 year ago

3.28.4

1 year ago

3.28.3

2 years ago

3.28.2

2 years ago

3.28.1

2 years ago

3.27.3

2 years ago

3.27.2

2 years ago

3.27.1

2 years ago

3.27.0

2 years ago

3.26.0

2 years ago

3.25.0

2 years ago

3.24.0

2 years ago