Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 713e2f6

Browse files
authored
Merge pull request #4 from ovh-ux/doc/components-status
doc(*): add components status
2 parents ed9ebfd + bf443c4 commit 713e2f6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/oui-checkbox/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Checkbox
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Label

packages/oui-message/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# oui-message
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Success

packages/oui-radio-group/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Radio group
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## One-way binding properties
46

57
### value
@@ -22,4 +24,4 @@
2224
<oui-radio label="Second" value="second"></oui-radio>
2325
<oui-radio label="Third" value="third"></oui-radio>
2426
</oui-radio-group>
25-
```
27+
```

packages/oui-radio/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Radio
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Label
@@ -94,4 +96,4 @@
9496

9597
## Groups
9698

97-
see `oui-radio-group` for details
99+
see `oui-radio-group` for details

0 commit comments

Comments
 (0)