https://github.com/JuliaPluto/PlutoUI.jl
https://github.com/JuliaPluto/PlutoUI.jl
interactive javascript julia pluto-notebooks written-in-pluto
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/JuliaPluto/PlutoUI.jl
- Owner: JuliaPluto
- License: unlicense
- Created: 2020-04-13T18:35:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:24:21.000Z (4 months ago)
- Last Synced: 2025-03-12T08:48:50.157Z (4 months ago)
- Topics: interactive, javascript, julia, pluto-notebooks, written-in-pluto
- Language: Julia
- Homepage: https://featured.plutojl.org/basic/plutoui.jl
- Size: 2.84 MB
- Stars: 303
- Watchers: 6
- Forks: 58
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# PlutoUI.jl
[](https://featured.plutojl.org/basic/plutoui.jl) [](https://featured.plutojl.org/basic/plutoui.jl?preamble_html=%0A%3Cscript%3E%0ArequestIdleCallback(()%20%3D%3E%20window.start_binder())%0A%3C%2Fscript%3E%0A)
A small package with interactive elements to be used in [Pluto.jl](https://plutojl.org/).
```julia
@bind x PlutoUI.Slider(1:100)
```
```julia
repeat("Hello ", x)
```For **documentation**, read the [**PlutoUI.jl featured notebook**](https://featured.plutojl.org/basic/plutoui.jl).