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

Pull Heading from frontpage into the DS #310

Conversation

smithambera
Copy link

@smithambera smithambera commented Oct 27, 2021

Fixes https://linear.app/chromaui/issue/CH-738/pull-addonsheading-from-frontpage-into-ds

Description

Pulling the AddonsHomeScreen Heading component from https://github.com/storybookjs/frontpage into the DS in preparation for future work.

Of Note

Following this proposal and branching off of the branch converting the DS to Emotion.

Also, I'm open to a name other than Heading - feel free to make a suggestion 😸

QA instructions

Confirm the styles (mostly) match the designs.

📦 Published PR as canary version: 6.4.2-canary.310.f938338.0

✨ Test out this PR locally via:

npm install @storybook/design-system@6.4.2-canary.310.f938338.0
# or 
yarn add @storybook/design-system@6.4.2-canary.310.f938338.0

component: Heading,
};

export const Default = () => <Heading>Heading</Heading>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Not a blocker.) It's not all that necessary for this particular component, but can we try to use args in our stories as much as possible, please?

Copy link
Collaborator

@kylegach kylegach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@smithambera smithambera removed the request for review from domyen October 27, 2021 18:31
@smithambera smithambera merged commit f938338 into fix/styles-after-migration Oct 27, 2021
@github-actions
Copy link
Contributor

🚀 PR was released in v7.0.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants