Skip to content

Extra React Components extended from MUI (Material UI)

License

Notifications You must be signed in to change notification settings

actual-experience/mui-extended

 
 

Repository files navigation

mui-extended

UI components extending Material UI.

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

install

npm i mui-extended

Usage

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.

Write an email to [email protected] for queries on this project

About

Extra React Components extended from MUI (Material UI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%