Solutions for widows and orphans in UI
npm install cheektojowl___
Question:
Is your design team sick of
widows?
or
Is your design team rid
of widows?
___
install:
```
npm install cheektojowl --save
init:
Pass an array of selectors to the cheekToJowl function. These can be tags, classes, ids, or attributes - go crazy, I'll fix it if you break it.
`
import { cheekToJowl } from 'cheektojowl';
const $selectors = ['h1', 'h3', '.noWidowTitle']
cheekToJowl($selectors)
``