https://github.com/react-component/overflow
📦 Auto collapse box util component
https://github.com/react-component/overflow
Last synced: 4 months ago
JSON representation
📦 Auto collapse box util component
- Host: GitHub
- URL: https://github.com/react-component/overflow
- Owner: react-component
- License: mit
- Created: 2020-12-09T06:40:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T08:53:13.000Z (12 months ago)
- Last Synced: 2025-08-09T14:16:59.487Z (5 months ago)
- Language: TypeScript
- Homepage: overflow-git-master.react-component.vercel.app
- Size: 1.59 MB
- Stars: 57
- Watchers: 7
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rc-overflow 🐾
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[![build status][github-actions-image]][github-actions-url]
[![Codecov][codecov-image]][codecov-url]
[![bundle size][bundlephobia-image]][bundlephobia-url]
[![dumi][dumi-image]][dumi-url]
[npm-image]: http://img.shields.io/npm/v/rc-overflow.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rc-overflow
[github-actions-image]: https://github.com/react-component/overflow/workflows/CI/badge.svg
[github-actions-url]: https://github.com/react-component/overflow/actions
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/overflow/master.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/react-component/overflow/branch/master
[david-url]: https://david-dm.org/react-component/overflow
[david-image]: https://david-dm.org/react-component/overflow/status.svg?style=flat-square
[david-dev-url]: https://david-dm.org/react-component/overflow?type=dev
[david-dev-image]: https://david-dm.org/react-component/overflow/dev-status.svg?style=flat-square
[download-image]: https://img.shields.io/npm/dm/rc-overflow.svg?style=flat-square
[download-url]: https://npmjs.org/package/rc-overflow
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-overflow
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-overflow
[dumi-url]: https://github.com/umijs/dumi
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
Auto collapse box when overflow
## Live Demo
https://overflow-react-component.vercel.app/
## Install
[](https://npmjs.org/package/rc-overflow)
## Usage
```ts
// TODO
```
## API
| Property | Type | Default | Description |
| -------- | ---- | ------- | ----------- |
## Development
```
npm install
npm start
```
## License
rc-overflow is released under the MIT license.