countable

Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.

@render-props/paragraphs

A function as child component which provides an interface for creating paragraphs with line breaks from raw text with `\n` new lines. The default render child is: ```js const defaultParagraph = props => <p key={props.key} children={props.text}/> ```

druxt-layout-paragraphs

[![npm](https://badgen.net/npm/v/druxt-layout-paragraphs)](https://www.npmjs.com/package/druxt-layout-paragraphs) [![CI](https://github.com/druxt-contrib/druxt-layout-paragraphs/actions/workflows/ci.yml/badge.svg)](https://github.com/druxt-contrib/druxt-l

vue-countable

Vue binding for countable.js. Provides real-time paragraph, sentence, word, and character counting.