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

https://github.com/a-type/react-scroll-shadow

Adds a shadow to the edge of scrollable containers if there's more content
https://github.com/a-type/react-scroll-shadow

Last synced: about 1 year ago
JSON representation

Adds a shadow to the edge of scrollable containers if there's more content

Awesome Lists containing this project

README

          

# react-typescript-library-template

Personal template of [@a-type](https://github.com/a-type) for creating React libraries using Typescript.

## Features

- Testing: Jest/RTL - `npm test`/`npm test:watch`
- Build: CJS+ESM - `npm run build:cjs`/`npm run build:esm`
- Storybook - `npm run storybook`
- TSDoc - `npm run tsdoc`
- Homepage - `cd homepage && npm run build`