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

IOPLT-137 Introducing storybook #52

Merged
merged 13 commits into from
Sep 1, 2023
Merged

Conversation

drmarro
Copy link
Contributor

@drmarro drmarro commented Aug 30, 2023

Short description

Introducing storybook for the DS.
The current implementation provides a basic structure with the typography and ButtonSolid components.

List of changes proposed in this pull request

  • .storybook - Configuration folder for storybook
  • /src/stories - The storybook stories with ButtonSolid and Typography components

How to test

Run "yarn storybook" to launch storybook on you local env.

@drmarro drmarro requested review from dmnplb and a team as code owners August 30, 2023 14:56
Copy link
Collaborator

@dmnplb dmnplb left a comment

Choose a reason for hiding this comment

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

We should also update the main README with the additional info about Storybook

@CrisTofani CrisTofani requested a review from dmnplb September 1, 2023 09:08
Comment on lines +59 to +65
/* @font-face {
font-family: 'TitilliumWeb';
src: url('../fonts/TitilliumWeb/TitilliumWeb-Black.ttf') format("truetype");
font-weight: 400;
font-style: normal;
color: black;
} */
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
/* @font-face {
font-family: 'TitilliumWeb';
src: url('../fonts/TitilliumWeb/TitilliumWeb-Black.ttf') format("truetype");
font-weight: 400;
font-style: normal;
color: black;
} */

We don't use Black weight in the app, so we could easily delete it.

@drmarro drmarro merged commit c2ea988 into main Sep 1, 2023
@drmarro drmarro deleted the IOPLT-137-introducing-storybook branch September 1, 2023 13:58
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.

3 participants