An open API service indexing awesome lists of open source software.

https://github.com/protoss78/textfit-div

A web component that uses STRML/textFit to fit the text size to the available space
https://github.com/protoss78/textfit-div

fit strml text text-fit textfit

Last synced: 7 months ago
JSON representation

A web component that uses STRML/textFit to fit the text size to the available space

Awesome Lists containing this project

README

          

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Protoss78/textfit-div)

# textfit-div
A web component that uses STRML/textFit to fit the text size to the available space. When the parent is resized, the text size is adjusted accordingly.
Important: Make sure that textfit-div is put into a container that has an actual size.

Example:

```html








```