Skip to content

Commit

Permalink
[REVERT ME] Staging testing for inspecting aria-posinset
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 1, 2023
1 parent 7d27438 commit ad05c15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src-docs/src/views/selectable/selectable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export default () => {
{
label: 'Dione',
},
{
label: "I'm a group label",
isGroupLabel: true,
},
{
label: 'Iapetus',
checked: 'on',
Expand All @@ -39,6 +43,10 @@ export default () => {
{
label: 'Hyperion',
},
{
label: "I'm a group label",
isGroupLabel: true,
},
]);

return (
Expand Down

0 comments on commit ad05c15

Please sign in to comment.