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

https://github.com/revolunet/react-fat

Responsive FAT texts component. Takes the whole available width.
https://github.com/revolunet/react-fat

fat react-component reactjs responsive text

Last synced: about 1 month ago
JSON representation

Responsive FAT texts component. Takes the whole available width.

Awesome Lists containing this project

README

          

# react-fat

[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]

Responsive FAT texts component. Takes the whole available width.

⚠️ doesnt work on Firefox at the moment (cf [Zoom property support](https://developer.mozilla.org/fr/docs/Web/CSS/zoom))

## Usage

```js
import Fat from 'react-fat'

const quote = `
LE RAP
C'ETAIT
MIEUX
AVANT
`

const Demo = () => {quote}

```

See demo : http://revolunet.github.io/react-fat

![demo](./demo.png)

[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
[build]: https://travis-ci.org/user/repo

[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package