Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxicorrea/mx-header

Material UI v4 MxHeader Component
https://github.com/maxicorrea/mx-header

chromatic header material-ui react-component storybook typescript

Last synced: about 1 month ago
JSON representation

Material UI v4 MxHeader Component

Awesome Lists containing this project

README

        

# mx-header

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/mx-header.svg)](https://www.npmjs.com/package/mx-header) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save mx-header
```

## Usage

```tsx
import React from 'react'
import { MxHeader } from 'mx-header'

const App = () => {
return
}
export default App

```

## License

MIT © [MaxiCorrea](https://github.com/MaxiCorrea)