We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6102c77 commit d9bda36Copy full SHA for d9bda36
README.md
@@ -4,6 +4,14 @@ In a project of mine I had to fit some text of unknown length to a container
4
without it wrapping. This utility component does exactly that, regardless of
5
whether if it sits inline, in a flexbox, grid or table. It just works.
6
7
+> [!IMPORTANT]
8
+>
9
+> At the moment the fitter can have some issues adjusting to containers that
10
+> resize based on their content. A feeback loop occurs where the fitter never
11
+> settles because the size changes with every change in font size. I have some
12
+> ideas on how to fix this but haven't tried implemented any them yet. If this
13
+> is an issue for your use case, please don't hesitate to open an issue.
14
+
15
```bash
16
npm install react-fitter
17
```
0 commit comments