From 931aadc6444d49781e46467dc9f3ad389693882a Mon Sep 17 00:00:00 2001 From: ChingYawHao Date: Thu, 16 Aug 2018 14:29:05 +0800 Subject: [PATCH] [docs] Added https://github.com/chingyawhao/material-ui-next-pickers --- docs/src/pages/demos/pickers/pickers.md | 1 + .../src/pages/discover-more/related-projects/related-projects.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/src/pages/demos/pickers/pickers.md b/docs/src/pages/demos/pickers/pickers.md index 3bc6c9f965b829..eef3aff4487ec8 100644 --- a/docs/src/pages/demos/pickers/pickers.md +++ b/docs/src/pages/demos/pickers/pickers.md @@ -17,6 +17,7 @@ If you are interested in implementing or have implemented a rich Material Design Here are some components that are **promising**: - [material-ui-pickers](https://github.com/dmtrKovalenko/material-ui-pickers): date pickers and time pickers. - [material-ui-time-picker](https://github.com/TeamWertarbyte/material-ui-time-picker): time pickers. +- [material-ui-next-pickers](https://github.com/chingyawhao/material-ui-next-pickers): date pickers and time pickers. ⚠️ Native input controls support by browsers [isn't perfect](https://caniuse.com/#feat=input-datetime). diff --git a/docs/src/pages/discover-more/related-projects/related-projects.md b/docs/src/pages/discover-more/related-projects/related-projects.md index 54043e95294e32..6bcfeee36bd84d 100644 --- a/docs/src/pages/discover-more/related-projects/related-projects.md +++ b/docs/src/pages/discover-more/related-projects/related-projects.md @@ -13,6 +13,7 @@ Feel free to submit a pull request to add more projects; we will accept them if - [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest) A fuzzy-search component for React and Material-UI. - [material-ui-pickers](https://github.com/dmtrKovalenko/material-ui-pickers) Components that implement Material Design date and time pickers for Material-UI. - [material-ui-time-picker](https://github.com/TeamWertarbyte/material-ui-time-picker) A TimePicker for Material-UI. +- [material-ui-next-pickers](https://github.com/chingyawhao/material-ui-next-pickers) A datepicker or timepicker in Material UI Next or can be imported as a clock or calendar component. - [mui-datatables](https://github.com/gregnb/mui-datatables) Responsive data tables for Material-UI with filtering, sorting, search and more. - [mui-downshift](https://github.com/techniq/mui-downshift) Thin layer over paypal's downshift to use Material-UI visual components. - [react-material-ui-typescript](https://github.com/goemen/react-material-ui-typescript) A boilerplate for React using Typescript, Material UI and Redux, React Router.