Skip to content

Commit

Permalink
docs: added checkbox demos (#3183)
Browse files Browse the repository at this point in the history
* docs: added checkbox demos

* Delete index.tsx

---------

Co-authored-by: Sebastian Sebald <[email protected]>
  • Loading branch information
sarahgm and sebald authored Jul 24, 2023
1 parent aed5ba4 commit 43c7cf3
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 381 deletions.
381 changes: 0 additions & 381 deletions docs/.registry/index.tsx

This file was deleted.

10 changes: 10 additions & 0 deletions docs/content/components/checkbox/checkbox-disabled.demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Checkbox, Stack } from '@marigold/components';

export default () => (
<Stack space={2}>
<Checkbox disabled>Disabled</Checkbox>
<Checkbox checked disabled>
Checked and disabled
</Checkbox>
</Stack>
);
Loading

2 comments on commit 43c7cf3

@vercel
Copy link

@vercel vercel bot commented on 43c7cf3 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-marigold.vercel.app
marigold-docs.vercel.app
marigold-docs-git-main-marigold.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 43c7cf3 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-git-main-marigold.vercel.app
marigold-latest.vercel.app
marigold-storybook-marigold.vercel.app

Please sign in to comment.