custom-components-lib-test-react
v1.1.2
Published
UI kit for react
Readme
Calculator Application
Table of Contents
Task
Source: https://drive.google.com/file/d/1C148FRnWfXVoRDslDWcYac3bEhebdIAV/view
How to Run the App
GitHub Pages
To access the app via GitHub Pages, simply visit the following link:
https://bondar-sasha.github.io/Custom-components-lib/
On your computer
- Clone the repository:
git clone https://github.com/Bondar-Sasha/Custom-components-lib - Navigate to the project directory:
cd Custom-components-lib - Install dependencies:
npm ci - Run Storybook:
npm run storybook
How to Use the App
- Download the ui-kit:
npm i app-for-testing-ui-kit - index.jsx
import "custom-components-lib-test-react/dist/index.css" - component.jsx
import { BasicButton } from 'custom-components-lib-test-react'
