Material Bread
v0.2.10
Home
Getting Started
React Native
Web
Electron
MacOS
Windows
NextJs
Expo
Vue Native
Style
Font
Icons
Theme
Components
Appbar
Searchbar
Appbar Bottom
Avatar
Backdrop
Badge
Banner
Bottom Navigation
Bottom Navigation Item
Button
Card
CardActions
CardContent
CardHeader
CardMedia
Checkbox
Chip
DataTable
DataTableCell
DataTableHeader
DataTablePagination
DataTableRow
Dialog
Divider
Drawer
DrawerHeader
DrawerItem
DrawerSection
DrawerBottom
Fab
Speed dial
Icon
IconButton
List
ListExpand
ListItem
ListSection
Menu
MenuItem
Paper
Progress Bar
Progress Circle
Radio Button
Ripple
Select
SheetBottom
SheetSide
Slider
Snackbar
SwipeNav
Switch
Tabs
Tab
Textfield
Searchfield
ToggleButton
ToggleButtonGroup
Tooltip
Typography
Utils
Anchor
Color
Hoverable
Shadow
Storybook
Showcase
Contributing
Library
Docs
About

Contributing to Docs

All contributions are welcome, please follow the guide below to get started

Getting Started #

Documentation is built using Gatsbyjs.
The main folders and files are in the docs folder.
folder
description
assets
media and fonts
components
general doc components
content
components for pages
navigation
defined routes and subitems
pages
all site pages
styles
limited css styles
utils
useful functions

Setup #

  1. Fork material-bread repo on github
  2. Clone the fork to your machine git clone git@github.com:codypearce/material-bread.git
  3. Cd into project docs cd material-bread/docs
  4. Install dependencies by running npm i or yarn
  5. Start up Gatsby npm run develop
Wait for the project to build and it should be running at localhost:8000 .