https://github.com/zwingz/react-textclamp
react text-clamp component
https://github.com/zwingz/react-textclamp
Last synced: 12 months ago
JSON representation
react text-clamp component
- Host: GitHub
- URL: https://github.com/zwingz/react-textclamp
- Owner: zWingz
- License: mit
- Created: 2019-10-06T15:59:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:57:44.000Z (over 3 years ago)
- Last Synced: 2025-05-18T22:14:02.953Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://zwing.site/react-textclamp/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-clamp
> react text clamp component
## Usage
`yarn add react-clamp`
```js
import "react-clamp/index.css";
import { TextClamp } from "react-clamp";
```
### develop
`yarn dev`
### build
`yarn build`
### test
`yarn test`
### doc
`yarn demo`
## License
MIT © zwingz