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 1ab80b4 commit 5a0a3a4Copy full SHA for 5a0a3a4
app/concepts/matestack/ui/core/sub/sub.rb
@@ -1,4 +1,4 @@
1
-module Matestack::Ui::Core::Span
+module Matestack::Ui::Core::Sub
2
class Sub < Matestack::Ui::Core::Component::Static
3
4
end
docs/components/sub.md
@@ -14,6 +14,9 @@ Expects a string with all ids the sub should have.
14
#### # class (optional)
15
Expects a string with all classes the sub should have.
16
17
+#### # text (optional)
18
+Expects a string with the text that should go into the `<sub>` tag.
19
+
20
## Example 1: Yield a given block
21
22
```ruby
0 commit comments