Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

React MxScrollbar Component
https://github.com/maxicorrea/mx-scrollbar

material-ui react-component typescript

Last synced: 2 days ago
JSON representation

React MxScrollbar Component

Awesome Lists containing this project

README

        

# mx-scrollbar

> Made with create-react-library

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

## Install

```bash
npm install --save mx-scrollbar
```

## Usage

```tsx
import React from 'react'
import { MxScrollbar } from 'mx-scrollbar'

const App = () => {
return (








)
}

export default App

```

## License

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