Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add current storybook #6

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/pages/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { InlineNotification } from "@kaizen/notification"
{`WARNING: Do NOT use for new projects. These components are not maintained.`}
</InlineNotification>

Please use the main supported [kaizen-design-system](https://github.com/cultureamp/kaizen-design-system/) repo. You can find the storybook on [https://cultureamp.design](https://cultureamp.design).

Please use the main supported [kaizen-design-system](https://github.com/cultureamp/kaizen-design-system/) repo where possible. You can find the storybook on [https://cultureamp.design](https://cultureamp.design).

## Why this repository exists
To help projects continue to use components that are tested in React 16 and 17 while they transition to React 18.
Expand Down
6 changes: 6 additions & 0 deletions storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const config = {
name: "@storybook/react-webpack5",
options: {},
},
refs: {
new: {
title: "New components (React 18)",
url: "https://main--60a1e4a102f0cb003b5d19d6.chromatic.com/",
},
},
typescript: {
reactDocgen: "react-docgen-typescript",
reactDocgenTypescriptOptions: {
Expand Down