Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxicorrea/mx-header
- Owner: MaxiCorrea
- Created: 2023-02-05T22:10:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T05:24:08.000Z (about 1 year ago)
- Last Synced: 2024-11-12T05:08:32.574Z (3 months ago)
- Topics: chromatic, header, material-ui, react-component, storybook, typescript
- Language: TypeScript
- Homepage: https://www.chromatic.com/library?appId=65c9a61581b7d129cdfa6376
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)