-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(support): sample storybook links
- Loading branch information
1 parent
1a3a221
commit 7b2770e
Showing
3 changed files
with
25 additions
and
3 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 @@ | ||
import { Meta } from "@storybook/addon-docs"; | ||
|
||
<Meta title=" 01 Getting Started" /> | ||
|
||
# Getting Started |
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,17 @@ | ||
import { Meta } from "@storybook/addon-docs"; | ||
import { Link } from './Link'; | ||
import { Panel } from './Panel'; | ||
|
||
<Meta title=" 02 Help & Feedback" /> | ||
|
||
# Help & Feedback | ||
|
||
<Panel className="docs-panel"> | ||
<Panel.Header title="How can we help?" /> | ||
Questions? Suggestions? Head to our [#sage-support Slack Channel](#) and join the conversation. | ||
|
||
<Panel.Divider /> | ||
|
||
<Panel.Header title="Share your Feedback" /> | ||
We care about your experience! Let us know how we can improve by sharing your feedback below. | ||
</Panel> |
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,7 +1,7 @@ | ||
import { Meta } from "@storybook/addon-docs"; | ||
|
||
<Meta title="Introduction" /> | ||
<Meta title="--- Welcome to Sage! ---" /> | ||
|
||
# Sage React Storybook | ||
# Sage Design System | ||
The Sage Design System is our single source of truth, providing everything you need to build great products for our customers. It is the culmination of designers and developers working together to give teams the ability to ship high-quality products faster. | ||
|
||
Content coming soon! |