https://github.com/oakmac/humble-modal-example
Example Modal component using HumbleUI
https://github.com/oakmac/humble-modal-example
Last synced: 4 months ago
JSON representation
Example Modal component using HumbleUI
- Host: GitHub
- URL: https://github.com/oakmac/humble-modal-example
- Owner: oakmac
- License: isc
- Created: 2022-09-28T17:19:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T16:22:29.000Z (over 3 years ago)
- Last Synced: 2025-08-23T15:04:17.141Z (9 months ago)
- Language: Clojure
- Size: 151 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HumbleUI Modal Example
This repo shows how to implement a simple Modal component using [HumbleUI].
[HumbleUI]:https://github.com/HumbleUI/HumbleUI
## Demo

## Development
Make sure that [Clojure v1.11.1](https://clojure.org/releases/downloads) is installed, then:
```sh
## run the program
./script/run.sh
## Run a REPL
clj -M:env/dev:repl/rebel
```
## License
[ISC License](LICENSE.md)