Skip to content

Commit 67487b0

Browse files
committed
docs: 📝 Add Technologies section
1 parent bcc1c0e commit 67487b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ In its basic implementation `useModal` lets you manage multiple modals in page i
2828
- [Properties and methods](#properties-and-methods)
2929
- [Hook configuration / Modal props](#hook-configuration--modal-props)
3030
- [Buttons](#buttons)
31+
- [Technologies](#technologies)
3132
- [Contributors](#contributors)
3233

3334
---
@@ -389,6 +390,18 @@ Your modal is supposed to have (or extend) the same shape of hook configuration
389390
| `disabled?` | `boolean` | `undefined` | Whether the button should be disabled |
390391
| `disableClose?` | `boolean` | `undefined` | Whether the modal should be kept open after clicking the button |
391392
393+
## Technologies
394+
395+
This is project is built with 💙 on top of:
396+
397+
- [React.js](https://react.dev/): _The library for web and native user interfaces_
398+
399+
- [Rollup](https://rollupjs.org/): _The JavaScript module bundler_
400+
401+
- [Terser](https://terser.org/): _JavaScript mangler and compressor toolkit for ES6+_
402+
403+
- [Typescript](https://www.typescriptlang.org/): _A strongly typed programming language that builds on JavaScript_
404+
392405
## Contributors
393406
394407
Although I am committing the code of this project, life is always a team effort. Here you can find a list of people who contributed to this repo.

0 commit comments

Comments
 (0)