
3 Aug
2024
3 Aug
'24
11:53 p.m.
Glimmer DSL for Web 0.5.0 has been released with support for Component Slots (by adding `slot: :slot_name` to any parent element, like a `div`, inside a `Glimmer::Web::Component` `markup {...}` element, and later having a consumer open a `slot_name {...}` block inside the content block of a consumed component). GitHub : https://github.com/AndyObtiva/glimmer-dsl-web RubyGem : https://rubygems.org/gems/glimmer-dsl-web # Change Log ## 0.5.0 - Support Glimmer Web Component Slots (by adding `slot: :slot_name` to any parent element, like a `div`, inside a `Glimmer::Web::Component` `markup {...}` element, and later having a consumer open a `slot_name {...}` block inside the content block of a consumed component)