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

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.

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'

```