Highly customizable React Native Material Design Components
Material Bread
Highly customizable React Native Material Design Components.
Features
- Highly Customizable React Native Material Design Components
- Cross platform support: React Native (iOS, Android), React-native-web (Browsers), Electron (Windows, Mac, Linux)
- Numerous live demos you can edit in in your browser.
Installation
npm install material-bread
or
yarn add material-bread
Getting Started
Example Repos
Usage
import React from 'react';
import { Button } from 'material-bread';
function App() {
return <Button type="contained">Click Me</Button>;
}