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
- Host: GitHub
- URL: https://github.com/a-type/react-scroll-shadow
- Owner: a-type
- License: mit
- Created: 2020-07-23T20:56:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:17:55.000Z (over 3 years ago)
- Last Synced: 2025-02-05T06:12:24.509Z (over 1 year ago)
- Language: TypeScript
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`