Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxicorrea/mx-scrollbar
- Owner: MaxiCorrea
- Created: 2023-02-10T18:09:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T04:59:41.000Z (9 months ago)
- Last Synced: 2024-02-09T05:35:00.927Z (9 months ago)
- Topics: material-ui, react-component, typescript
- Language: TypeScript
- Homepage:
- Size: 429 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)