-
Notifications
You must be signed in to change notification settings - Fork 6
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
Porting examples from Storybook #19
Porting examples from Storybook #19
Conversation
Signed-off-by: 8845musign <[email protected]>
Signed-off-by: 8845musign <[email protected]>
Signed-off-by: 8845musign <[email protected]>
Signed-off-by: 8845musign <[email protected]>
Signed-off-by: 8845musign <[email protected]>
Signed-off-by: 8845musign <[email protected]>
@@ -4,8 +4,8 @@ root: '.' | |||
output: '**/*' | |||
ignore: [] | |||
questions: | |||
exampleKey: What is the exampleKey (e.g., stack)? | |||
exampleName: What is the exampleName (e.g., nested)? | |||
exampleKey: What is the exampleKey (e.g., link-button)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected entry example to assume snake case.
@@ -6,21 +6,21 @@ import type { Example } from '@utils/server'; | |||
import type { FC } from 'react'; | |||
|
|||
interface Props { | |||
exampleUrlAndFilePath: Example; | |||
example: Example; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactor
margin: 0 2px; | ||
font-family: SFMono-Medium, "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace; | ||
font-size: 0.85em; | ||
line-height: 1.1; | ||
color: var(--color-ubie-black-700); | ||
background-color: var(--color-background-gray); | ||
border: 1px solid var(--color-border); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
border
was turned off because it was too noisy.
Signed-off-by: 8845musign <[email protected]>
Overview
Porting examples from Storybook
2023-10-26.10.36.09.mov
ISSUE
https://ubie.atlassian.net/browse/DSGNPB-200