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

https://github.com/douganderson444/fill-width


https://github.com/douganderson444/fill-width

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Svelte Fill Width

Use to fill the width of an HTML Element. No matter what size the font is, it will always fill the width of the given container.

## Use

Use as a:

1. Javascript function
2. Svelte Directive
3. Svelte Component

```js
// pass the width you want to fit, js takes care of the rest


A big container
Some short text


```