Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

microlinkhq/nanoclamp

Repository files navigation

Last version NPM Status

Responsive text clamping component. Inspired by react-clamp-lines, but smaller (~1KB).

Install

npm install nanoclamp --save

Usage

import NanoClamp from 'nanoclamp';
<NanoClamp
 className="custom-class"
 is="p"
 lines={2}
 text={'Some text to clamp.'}
/>

API

prop type default description
accessibility boolean true Pass the full unclamped string to the DOM element's title attribute
className string CSS classname(s) added to the string
debounce number 300 Time in milliseconds used for debounce
ellipsis string '...' String displayed after the clamped text
is string 'div' DOM selector used to render the string
lines number 3 Number of visible lines
text string Text you wish to clamp

License

nanoclamp © Microlink, released under the MIT License.
Adapted from react-clamp-lines by Brad Adams with help from contributors.

microlink.io · GitHub microlinkhq · X @microlinkhq

About

🗜Responsive clamping component for React in 735 bytes.

Resources

License

Stars

Watchers

Forks

Contributors 7

AltStyle によって変換されたページ (->オリジナル) /