https://github.com/juliapluto/plutoui.jl
https://github.com/juliapluto/plutoui.jl
interactive javascript julia pluto-notebooks written-in-pluto
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliapluto/plutoui.jl
- Owner: JuliaPluto
- License: unlicense
- Created: 2020-04-13T18:35:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:33:23.000Z (3 months ago)
- Last Synced: 2025-05-11T22:43:36.913Z (about 2 months ago)
- Topics: interactive, javascript, julia, pluto-notebooks, written-in-pluto
- Language: Julia
- Homepage: https://featured.plutojl.org/basic/plutoui.jl
- Size: 3.25 MB
- Stars: 305
- Watchers: 6
- Forks: 59
- Open Issues: 112
-
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).