File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
app/concepts/matestack/ui/core/meter Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
%meter {@tag_attributes}
2
2
- if block_given?
3
- = yield
3
+ = yield
4
+
Original file line number Diff line number Diff line change 1
- # matestack core component: Main
1
+ # matestack core component: Meter
2
2
3
3
Show [ specs] ( /spec/usage/components/meter_spec.rb )
4
4
@@ -10,10 +10,10 @@ Use the Meter component to implement `<meter>` tag.
10
10
Expects a number thats is the current value of the gauge.
11
11
12
12
#### # id (optional)
13
- Expects a string with all ids the main should have.
13
+ Expects a string with all ids the meter should have.
14
14
15
15
#### # class (optional)
16
- Expects a string with all classes the main should have.
16
+ Expects a string with all classes the meter should have.
17
17
18
18
#### # min (optional)
19
19
Expects a number that defines the minimum value of the range.
You can’t perform that action at this time.
0 commit comments