-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: create doc files for components and add an image example (#441)
- Loading branch information
Showing
10 changed files
with
95 additions
and
9 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as TagStories from '../../../../src/components/data-display/Tag/Tag.stories'; | ||
|
||
<Meta of={TagStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Tag | ||
|
||
This is the documentation for the tags component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={TagStories.default} /> |
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,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as TooltipStories from '../../../../src/components/data-display/Tooltip/Tooltip.stories'; | ||
|
||
<Meta of={TooltipStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Tooltip | ||
|
||
This is the documentation for the tooltip component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={TooltipStories.default} /> |
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,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as CheckboxStories from '../../../../src/components/data-entry/Checkbox/Checkbox.stories'; | ||
|
||
<Meta of={CheckboxStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Checkbox | ||
|
||
This is the documentation for the checkbox component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={CheckboxStories.default} /> |
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,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as DatePickerStories from '../../../../src/components/data-entry/DatePicker/DatePicker.stories'; | ||
|
||
<Meta of={DatePickerStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Date Picker | ||
|
||
This is the documentation for the date picker component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={DatePickerStories.default} /> |
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,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as SelectStories from '../../../../src/components/data-entry/Select/Select.stories'; | ||
|
||
<Meta of={SelectStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Select | ||
|
||
This is the documentation for the select component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={SelectStories.default} /> |
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,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks'; | ||
|
||
import * as ModalStories from '../../../../src/components/feedback/Modal/Modal.stories'; | ||
|
||
<Meta of={ModalStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Modal | ||
|
||
This is the documentation for the modal component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={ModalStories.default} /> |
This file was deleted.
Oops, something went wrong.