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

Porting examples from Storybook #19

Merged

Conversation

8845musign
Copy link
Contributor

@8845musign 8845musign commented Oct 26, 2023

Overview

Porting examples from Storybook

2023-10-26.10.36.09.mov

ISSUE

https://ubie.atlassian.net/browse/DSGNPB-200

@@ -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)?
Copy link
Contributor Author

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;
Copy link
Contributor Author

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);
Copy link
Contributor Author

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]>
@8845musign 8845musign marked this pull request as ready for review October 26, 2023 01:51
@takanorip takanorip self-requested a review October 26, 2023 03:07
@takanorip takanorip merged commit c30947e into ubie-oss:main Oct 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants