https://github.com/yuliaraitsyna/custom-components-lib
Library of custom components that use design from MaterialUI Library. Testable via Storybook.
https://github.com/yuliaraitsyna/custom-components-lib
storybook testing ui-components ui-library
Last synced: 5 months ago
JSON representation
Library of custom components that use design from MaterialUI Library. Testable via Storybook.
- Host: GitHub
- URL: https://github.com/yuliaraitsyna/custom-components-lib
- Owner: yuliaraitsyna
- Created: 2025-01-06T11:29:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T10:47:07.000Z (over 1 year ago)
- Last Synced: 2025-10-01T14:57:58.466Z (9 months ago)
- Topics: storybook, testing, ui-components, ui-library
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom components library
## Task
[link]('https://drive.google.com/file/d/1C148FRnWfXVoRDslDWcYac3bEhebdIAV/view')
Library of React Components with MUI library's design. The implemented components provide default and custom props in accordance to the task.
## How to run the app
```
git clone https://github.com/yuliaraitsyna/custom-components-lib.git
npm install
npm run storybook
```
## Usage
The NPM [package](https://github.com/yuliaraitsyna/custom-components-lib/pkgs/npm/custom-components-lib) is provided.
```
npm install @yuliaraitsyna/custom-components-lib@1.0.4
```
```
import { Button, Checkbox, Modal, Select, Switch, TextField } from '@yuliaraitsyna/custom-components-lib'
```