Havret / material-components-react

Material Components for React

Home Page:https://havret.github.io/material-components-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

React implementation of Material Components for the web. Components are written in React. No foundations/adapters are used.

Under Active Development

Project is under active development. Every update can introduce possible breaking changes.

Documentation

You can check current progress at our interactive playground.

Features

  • Written in TypeScript

  • Pure React implementation

    No foundation/adapters under the hood, thus no unnecessary overhead.

  • Stylesheet independent

    Since Material Components for the Web can be customized with scss, this project does not depend on specific stylesheet. You can load your own stylesheet or a default one.

To run the tests

  • yarn test

    or

  • yarn test:watch

To run the docs / contribute

  • git clone https://github.com/Havret/material-components-react.git
  • cd material-components-react
  • yarn
  • yarn styleguide

About

Material Components for React

https://havret.github.io/material-components-react/

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%