creativetimofficial / ct-material-kit-pro-react

React version of Material Kit Pro
39 stars 12 forks source link

Typo in Header docs: Mayterial-UI's #17

Closed haysclark closed 6 years ago

haysclark commented 6 years ago

See header

Should be this:


This is the top navigation of our demo app.

It was made using Material-UI's AppBat, but with some custom styling.

You will find this component in src/components/Header/Header.jsx. In this component, there is just the structure of the navbar. The links can be found in src/components/Header/HeaderLinks.jsx. We've done this because on responsive we create a Sidebar / Drawer with all these links, and we wanted to only write them once.

You can choose between 9 colors by using the color property.

If this property is not set, then the Appbar will be white.```
einazare commented 6 years ago

Hello again @haysclark ,

Thank you for showing us this. We've made the given changes in our live docs.

Best, Manu