labsense-ui-kit
v1.4.14
Published
labSense UI Components
Readme
labSense UI Kit Library
LabSense UI Kit is a modern UI components library built with React, designed to streamline and accelerate web application development.
You can review online a React project example and test some of the components on storybook in the live page:
Storybook Link: https://labsense-ui-kit-9e54b5.gitlab.io
Getting Started
Follow these steps to set up and run the project:
1. Clone the Repository
Begin by cloning the repository to your local machine:
git clone https://gitlab.com/chirag.jain5/labsense-ui-kit2. Install Dependencies
Navigate to the project root and install the required dependencies using npm v20:
npm install3. Running the Project
To explore the UI kit, you can run different parts of the project as needed:
a) Start the UI Library
Run the core UI library workspace:
npm run dev --workspace=packages/ui-libb) Run the Example Project
To see the UI components in action, start the example project in a separate terminal:
npm run dev --workspace=packages/examplec) Launch Storybook
To view and test individual UI components in isolation, run Storybook:
npm run dev --workspace=packages/storybookLicense
The labSense UI Kit is released under the MIT license.
