Previews

No matching results.

x
1
2
3
4
<div
data-react-class="StateBadge"
data-react-props="{"icon":"circle-check","macroState":"Available","microState":"In stock","size":"medium","editedItem":true}"
></div>

No Usage documentation to display.

1
2
3
4
5
6
7
8
9
10
<div
data-react-class="StateBadge"
data-react-props="<%= {
icon: 'circle-check',
macroState: 'Available',
microState: 'In stock',
size: 'medium',
editedItem: true
}.to_json %>"
></div>

No documentation to display.