File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
394407Although 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.
You can’t perform that action at this time.
0 commit comments