We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7a39d commit cead057Copy full SHA for cead057
README.md
@@ -29,6 +29,10 @@ dynamic Web-App.
29
30
Documentation can be found [here](https://docs.matestack.io)
31
32
+## Getting started
33
+
34
+A getting started guide can be found [here](https://docs.matestack.io/docs/start/150-getting_started)
35
36
## Changelog
37
38
Changelog can be found [here](./CHANGELOG.md)
@@ -342,7 +346,7 @@ class Components::Card < Matestack::Ui::Component
342
346
heading size: 5, text: title if title.present?
343
347
end
344
348
345
-
349
350
def body_slot
351
slot do
352
paragraph class: "card-text", text: body
0 commit comments