JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Add class and style to other components #187

Closed ghaetinger closed 2 years ago

ghaetinger commented 2 years ago

I'm adding the style parameter to grid alongside the class parameter to grid, vbox and hbox.

I have also moved the notebook editing Pkg activation to be hidden on top and use Base.current_project rather than a relative path.

github-actions[bot] commented 2 years ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl", rev="add-class-and-style-to-grid-hbox-vbox")
julia> using PlutoUI

Or run this code in your browser: Run with binder