Line limit
Component type
- Utility
Dependencies:
Name | Description |
---|---|
@citizensadvice/cads-support |
System-wide global variables and functions |
Installation
$ npm install @citizensadvice/cads-line-limit
@import "@citizensadvice/cads-line-limit/index.scss";
You can also make use of the unpkg service, try adding the link below to the head of your
HTML
file<link src="https://unpkg.com/@citizensadvice/cads-line-limit@latest/build/cads.line-limit.css" />
Implementation
A simple helper class to restrict a lines lenth based on the ideal words per line for readability.