# mui-extended

UI components extending Material UI.

> Few of the common and most used UI components in react.

## install

```shell
npm i mui-extended
```

## Usage

```typescript
import { Form } from "mui-extended";

// in CommonJS environments
const { Form } = require("mui-extended");
```

### Go to https://sodaru.github.io/mui-extended/ for detailed documentation.

## Contribution

Fork the repo and send the Pull Requests to `develop` branch

`develop` is merged to the main `branch` periodically to make a **release**

## Support

This project is a part of the Open Source Initiative from [Sodaru Technologies](https://sodaru.com).

Write an email to opensource@sodaru.com for queries on this project
