An open API service indexing awesome lists of open source software.

https://github.com/adithej/component-ui

UI library
https://github.com/adithej/component-ui

design-patterns nextjs react scss storybook

Last synced: about 1 month ago
JSON representation

UI library

Awesome Lists containing this project

README

          

# UI Library build using TypeScript, SCSS, and documentation done using Storybook.

## Build your websites using 15+ components

### Dashboard UI build using created components

![ui-1](https://github.com/Adithej/component-ui/assets/32978688/92c94d70-c769-4d60-a1ec-a47880a312d2)

![ui-2](https://github.com/Adithej/component-ui/assets/32978688/9db72281-aef8-412d-86d2-f197cbd5efbf)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
add the dependencies: npm install
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can edit the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

## Getting Started with StoryBook
```bash
add the dependencies: npm install
npm run storybook

```
## Storybook UI
![sb2](https://github.com/Adithej/component-ui/assets/32978688/ca674288-7645-4f96-9538-739810f62146)
![sb1](https://github.com/Adithej/component-ui/assets/32978688/aac42402-f6a4-4969-901a-c54222399b20)

Open [http://localhost:6006](http://localhost:6006) with your browser to see the result.