0.1.0 • Published 8 years ago

react-m v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

react-m

Build Status

Material design components for ReactJS

Not an implementation of any specific version of material design, but will look towards the following sources:

The design principles will be

  • All components must be stateless. Some ephemeral state is acceptable for animation, but all other state must be hoisted and managed by whoever uses the components.
  • All styles must be inline. Exceptions will be allowed to support pseudo elements, but the components must use as few CSS classes as possible.
  • Even if inline, all styles must be customizable. The library will provide sensible defaults, but the user must be able to easily change what he needs.
  • This library will be built with Webpack in mind. If you use it, you should use Webpack to build your application.