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 5a46de3 commit ac783f2Copy full SHA for ac783f2
docs/components/article.md
@@ -14,6 +14,9 @@ Expects a string with all ids the span should have.
14
#### # class (optional)
15
Expects a string with all classes the span should have.
16
17
+#### # text - optional
18
+Expects a string which will be displayed as the content inside the `article`. If this is not passed, a block must be passed instead.
19
+
20
## Example 1: Yield a given block
21
22
```ruby
0 commit comments