Skip to content

Commit c936f5c

Browse files
fix(readme): inlcude npm links and badge
1 parent 4d2320d commit c936f5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-fit-list
22

3+
[![npm version](https://img.shields.io/npm/v/react-fit-list.svg)](https://www.npmjs.com/package/react-fit-list)
4+
35
![Resizable FitList demo](./docs/demo.gif)
46

57
`react-fit-list` is a small headless React utility for rendering a **single-line list that never wraps**.
@@ -13,6 +15,8 @@ It ships with:
1315

1416
👉 **Live demo:** https://sincerelyfaust.github.io/react-fit-list/
1517

18+
📦 **npm:** https://www.npmjs.com/package/react-fit-list
19+
1620
## Use cases
1721

1822
`react-fit-list` works well for interfaces where wrapping would break the layout, such as:

0 commit comments

Comments
 (0)