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

React Native

Web

Electron

Example Repos

React Native

Expo

React

Electron

Usage

import React from 'react';
import { Button } from 'material-bread';

function App() {
  return <Button type="contained">Click Me</Button>;
}

GitHub