Choose Framework

material-ui

callemall

React Components that Implement Google's Material Design.

Developed by callemall (Organization)

Primary language: JavaScript

Last release

October 16, 2017

Last Pushed

October 23, 2017

JavaScript (1.60 MB), Shell (144.00 bytes), HTML (302.00 bytes), TypeScript (26.65 kB)

Home Page Github page

Open Issues

119

Forks

119

Github Stars

29697

Watchers

1085

Release Notes

Olivier Tassinari Olivier Tassinari on October 16, 2017 for

Oct 16, 2017

Big thanks to the 14 contributors who made this release possible.

This release is mostly about stability. We have merged many bug fixes PRs and documentation improvement PRs. We are garbage collecting all the features we have been adding lately. As this garbage collection stabilize, we will be able to add new features, like a stepper, extension panel or date/time pickers. But we are not here yet. For instance, we need to upgrade all our dev dependencies to react@16 first.

Breaking change

-        <Grid container xs={6} align="flex-end">
+        <Grid container xs={6} alignItems="flex-end">
           <Grid item>

Component Fixes / Enhancements

Docs

Core