Skip to content

Commit

Permalink
docs(checkbox): add an example of long text
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Sep 27, 2024
1 parent 90ae44f commit 379b0bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stories/templates/Checkbox/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const Template = args => {
?isInline=${args.isInline}
>Check me</sgds-checkbox
>
<sgds-checkbox
>Lorem ipsum dolor sit amet. Et itaque natus sit laborum voluptatem aut rerum ducimus eum tenetur molestias quo
reiciendis ratione aut eaque voluptates est</sgds-checkbox
>
`;
};
export const args = {
Expand Down

0 comments on commit 379b0bc

Please sign in to comment.