We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c2f42 commit 326f50fCopy full SHA for 326f50f
README.md
@@ -118,9 +118,10 @@ Then you can use the components
118
```ruby
119
render Protos::Card.new(class: "bg-base-100") do |card|
120
card.body(class: "gap-sm") do
121
- card.span(class: "font-bold") { "Hello world" }
+ card.title(class: "font-bold") { "Hello world" }
122
+ span { "This is some more content" }
123
card.actions do
- card.button(class: "btn btn-primary") { "Action 1" }
124
+ button(class: "btn btn-primary") { "Action 1" }
125
end
126
127
0 commit comments