-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DST-510]: Revise-checkbox-page (#4108)
* Adding appearance demo * adding anatomy section * Adding anatomy image * Adding usage section * Adding more description * Adding long lists section * Revising examples * Adding related section * fix * Enhancce exmaple * Delete example title * resolve changes * resolving comments * Resolve comments * Resolving comments * Resolving comments * Add changeset * resolve comments * Remove unwatned comments * Resolve comments
- Loading branch information
1 parent
7eb809e
commit 37a2157
Showing
11 changed files
with
195 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@marigold/docs': patch | ||
--- | ||
|
||
docs[DST-512]: Revise `<Checkbox>` Page |
10 changes: 10 additions & 0 deletions
10
docs/content/components/form/checkbox/checkbox-appearance.demo.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { CheckboxGroup, CheckboxGroupProps } from '@marigold/components'; | ||
import { Checkbox } from '@marigold/components'; | ||
|
||
export default (props: CheckboxGroupProps) => ( | ||
<CheckboxGroup {...props}> | ||
<Checkbox value="ham">Ham</Checkbox> | ||
<Checkbox value="cucumber">Cucumber</Checkbox> | ||
<Checkbox value="onions">Onions</Checkbox> | ||
</CheckboxGroup> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.