gatsby-theme-basic-material-ui

1.0.0 • Public • Published

gatsby-theme-basic-material-ui

A basic gatsby theme that uses material ui.

Usage

  1. Install:
npm install gatsby-theme-basic-material-ui
  1. Add as a plugin to your Gatsby config:

gatsby-config.js

  //...
  plugins: [
    "gatsby-theme-basic-material-ui"
  ],
  //...
  1. Add markdown files to src/docs

src/docs:

src
├── docs
│   ├── page-3.md
│   ├── page-4.md
│   └── page-5.md

OR

  1. Add tsx files to src/pages
src
├── pages
│   ├── index.tsx

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, . Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.

Readme

Keywords

Package Sidebar

Install

npm i gatsby-theme-basic-material-ui

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

58.3 kB

Total Files

26

Last publish

Collaborators

  • shanejonas