-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
...s/components/forms/footer/footer.docs.mdx → ...ts/forms/form-footer/form-footer.docs.mdx
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
import { Canvas, Controls, Meta } from '@storybook/blocks'; | ||
import * as FooterStories from './footer.stories'; | ||
import * as FormFooterStories from './form-footer.stories'; | ||
import StylesPackageImport from '@/shared/styles-package-import.mdx'; | ||
|
||
<Meta of={FooterStories} /> | ||
<Meta of={FormFooterStories} /> | ||
|
||
<div className="docs-title"> | ||
# Footer | ||
|
||
<nav> | ||
<link-design of={JSON.stringify(FooterStories)}></link-design> | ||
<link-design of={JSON.stringify(FormFooterStories)}></link-design> | ||
</nav> | ||
</div> | ||
|
||
<div className="lead"> | ||
The form footer is placed at the end/bottom of a form or a form step, in case the form is splitted with a stepper. It provides workflow-related actions to the form or form step. | ||
</div> | ||
|
||
<Canvas sourceState="shown" of={FooterStories.Default} /> | ||
<Canvas sourceState="shown" of={FormFooterStories.Default} /> | ||
<div className="hide-col-default"> | ||
<Controls of={FooterStories.Default} /> | ||
<Controls of={FormFooterStories.Default} /> | ||
</div> |
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