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

Simple Flex component #86

Merged
merged 3 commits into from
May 3, 2024
Merged

Simple Flex component #86

merged 3 commits into from
May 3, 2024

Conversation

nicosammito
Copy link
Contributor

Currently its uncomfortable to write a div block and give it the style to display it as a flex container

<div style={{display: "flex"}}>
   ...
</div>

This component will replace this with a simple flex component that also supports all Code0Component props:

<Flex>
   ...
</Flex>

@nicosammito nicosammito added enhancement New feature or request regenerate-snapshots Starts a pipeline to regenerate image snapshots labels May 3, 2024
@nicosammito nicosammito self-assigned this May 3, 2024
Copy link
Contributor

github-actions bot commented May 3, 2024

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/pictor/-/pipelines/1277653094

Status: Failed
Duration: 102 minutes

Job summaries

storybook:build

Storybook available at https://code0-tech.gitlab.io/-/development/pictor/-/jobs/6775023641/artifacts/storybook-static/index.html

@nicosammito nicosammito merged commit 50f062e into main May 3, 2024
1 check passed
@nicosammito nicosammito deleted the flex-container branch May 3, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request regenerate-snapshots Starts a pipeline to regenerate image snapshots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants