-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add new components into the related projects page #34123
Conversation
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
mui-color-input
and mui-tel-input
into the related projects page
@viclafouch looks great. Can you revert the |
Hey @siriwatknp ! Done ! (Sorry ^^) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for the hard work!
docs/data/material/discover-more/related-projects/related-projects.md
Outdated
Show resolved
Hide resolved
docs/data/material/discover-more/related-projects/related-projects.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Siriwat K <siriwatkunaporn@gmail.com>
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
I've updated the link of TinyColor, it's was an another "TinyColor" :D |
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
Signed-off-by: Victor de la Fouchardière <victor.dlf@outlook.fr>
mui-color-input
and mui-tel-input
into the related projects pagemui-color-input
, mui-chips-input
and mui-tel-input
into the related projects page
Regression introduced in #34123
mui-color-input
, mui-chips-input
and mui-tel-input
into the related projects pageThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@viclafouch Thanks for these new components 👍 . We normally don't like any new project until they reach > 100 GitHub stars to make sure that they fill a large enough gap in the market, but it's always interesting to try different approaches.
### 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/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links are 301
- [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/). | |
- [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/). |
I have fixed it in 8d138ab
### Chips | ||
|
||
- [mui-chips-input](https://viclafouch.github.io/mui-chips-input): A chips input designed for the React library MUI. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does the community need this chip component? I mean, it seems to duplicate with https://mui.com/material-ui/react-autocomplete/#multiple-values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @oliviertassinari ! Thanks for your question, it's a little bit different because it's not an autocomplete. Here, it's just a simple input where you have less logic...
Got it ! Sorry I didn't know :/ |
…nto the related projects page (mui#34123)
Regression introduced in mui#34123
Here ! I'm happy to propose 2 useful packages for forms ! One for phone numbers and one for colors 😊