Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaPluto/PlutoUI.jl
https://github.com/JuliaPluto/PlutoUI.jl
interactive javascript julia pluto-notebooks written-in-pluto
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/JuliaPluto/PlutoUI.jl
- Owner: JuliaPluto
- License: unlicense
- Created: 2020-04-13T18:35:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T08:12:21.000Z (3 months ago)
- Last Synced: 2024-08-26T09:16:35.175Z (3 months ago)
- Topics: interactive, javascript, julia, pluto-notebooks, written-in-pluto
- Language: Julia
- Homepage: https://featured.plutojl.org/basic/plutoui.jl
- Size: 3.77 MB
- Stars: 300
- Watchers: 7
- Forks: 55
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://user-images.githubusercontent.com/6933510/174067690-50c8128d-748b-4f50-8a76-2ce18166642b.png)
# PlutoUI.jl
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://featured.plutojl.org/basic/plutoui.jl) [![Run with binder](https://mybinder.org/badge_logo.svg)](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).