https://github.com/ashish-simform/sld-ui-lib
A component library
https://github.com/ashish-simform/sld-ui-lib
Last synced: 4 months ago
JSON representation
A component library
- Host: GitHub
- URL: https://github.com/ashish-simform/sld-ui-lib
- Owner: ashish-simform
- License: mit
- Created: 2023-09-12T05:27:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T10:42:28.000Z (over 1 year ago)
- Last Synced: 2025-07-22T16:47:53.079Z (4 months ago)
- Language: TypeScript
- Homepage: https://sld-ui-storybook.netlify.app/
- Size: 274 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ashish-simform/sld-ui-lib - A component library (TypeScript)
README
# SLD-UI
A component library with React, Typescript and Storybook.
## Getting Started
### System Requirements
- git v2.13 or greater
- nodejs `14 || 16 || 18`
- npm v8.16.0 or greater
All of these must be available in your `PATH`. To verify things are set up
properly, you can run this:
```shell
git --version
node --version
npm --version
```
### Run Locally
Clone the project
```bash
https://github.com/ashish-simform/sld-ui-lib.git
```
Go to the project directory
```bash
cd sld-ui-lib
```
Install dependencies
```bash
npm install
```
To build library
```bash
npm run build
```
To start storybook
```bash
npm run storybook
```
To test the library
```bash
npm run test
```
## 👨💻 Author
### 👤 Ashish Kachhadiya
- Github: [@ashish](https://github.com/ashishkk22)
- Mail: [ashish kachhadiya](mailto:ashishkachhadiya22@gmail.com)