Getting Started
This project was bootstrapped with Create React App.
The project contains default scripts from react-scripts
This project uses @storybook/react
to display the components
Package Installation
In your React project you can run
npm install get-life-ts-components
this will install the components in your node_modules folder and the components can be accessed via ES6 import
for example using the Button and the Number Input components:
import { Button, NumberInput } from 'get-life-ts-components'
Available Scripts
In the project directory, you can run:
npm run start
Runs the app in the development mode.
Open http://localhost:6006 to view the storybook in the browser.