mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
25 lines
591 B
Markdown
25 lines
591 B
Markdown
# @nextui-org/scroll-shadow
|
|
|
|
A component that applies top and bottom shadows when content overflows on scroll.
|
|
|
|
Please refer to the [documentation](https://nextui.org/docs/components/listbox) for more information.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
yarn add @nextui-org/scroll-shadow
|
|
# or
|
|
npm i @nextui-org/scroll-shadow
|
|
```
|
|
|
|
## Contribution
|
|
|
|
Yes please! See the
|
|
[contributing guidelines](https://github.com/nextui-org/nextui/blob/master/CONTRIBUTING.md)
|
|
for details.
|
|
|
|
## License
|
|
|
|
This project is licensed under the terms of the
|
|
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE).
|