Skip to content

Commit

Permalink
[docs] Add mui-color-input, mui-chips-input and mui-tel-input i…
Browse files Browse the repository at this point in the history
…nto the related projects page (#34123)
  • Loading branch information
viclafouch committed Sep 5, 2022
1 parent c532d19 commit f2fa470
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -28,8 +28,17 @@ Feel free to submit a pull request!
- [mui-image](https://mui-image.surge.sh): The only Material UI image component to satisfy the Material Design guidelines for loading images.
- [material-ui-image](https://mui.wertarbyte.com/#material-ui-image): Adds a "materializing" effect to images so they fade in like [Material's image loading pattern](https://material.io/archive/guidelines/patterns/loading-images.html#loading-images-usage) suggests.

### Chips

- [mui-chips-input](https://viclafouch.github.io/mui-chips-input): A chips input designed for the React library MUI.

### Phone Number

- [mui-tel-input](https://viclafouch.github.io/mui-tel-input): A phone number input designed for the React library MUI built with [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js).

### Color picker

- [mui-color-input](https://viclafouch.github.io/mui-color-input): A color input designed for the React library MUI built with [TinyColor](https://tinycolor.vercel.app/).
- [material-ui-color](https://github.com/mikbry/material-ui-color): Collections of color components for Material UI. No dependencies, small, highly customizable, and supports theming.

### Sparkline
Expand Down

0 comments on commit f2fa470

Please sign in to comment.