-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add resizable element library recommendation
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
javascript/library-easy-resizable-elements-no-dependencies.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# `[Library]` - Easy resizable elements with no dependencies | ||
|
||
The library [re-resizable](https://www.npmjs.com/package/re-resizable) is a simple and lightweight library that allows you to resize elements. It's easy to use, has [great docs](https://github.com/bokuweb/re-resizable), no dependencies, and is actively maintained (as of 2024 06). I used it at work and it made my life easier so I fully recommend it. 🙂 | ||
|
||
There's even a [Storybook](https://bokuweb.github.io/re-resizable/?path=/story/aspect--default) of different use cases. | ||
|
||
Full disclosure: It's the only library I tried for this feature so I can't say it's the best. I just know it worked really well in my situation. Hope it helps! |