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 b401d7b commit 07c16fdCopy full SHA for 07c16fd
spec/usage/components/strong_spec.rb
@@ -9,12 +9,12 @@ class ExamplePage < Matestack::Ui::Page
9
10
def response
11
components {
12
- # simple span
+ # simple strong
13
strong do
14
plain 'I am simple'
15
end
16
17
- # enhanced span
+ # enhanced strong
18
strong id: 'my-id', class: 'my-class' do
19
plain 'I am enhanced'
20
@@ -41,10 +41,10 @@ class ExamplePage < Matestack::Ui::Page
41
42
43
44
45
strong text: 'I am simple'
46
47
48
strong id: 'my-id', class: 'my-class', text: 'I am enhanced'
49
}
50
0 commit comments