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

feat(card): adds card component to react #742

Draft
wants to merge 2 commits into
base: ods-react
Choose a base branch
from
Draft

Conversation

var-poro
Copy link
Contributor

@var-poro var-poro commented Apr 3, 2025

No description provided.

Copy link
Contributor

@dpellier dpellier left a comment

Choose a reason for hiding this comment

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

  • Add migration from 17 file to documentation

const meta: Meta<OdsCardProp> = {
component: OdsCard,
// @ts-ignore see https://github.com/storybookjs/storybook/issues/27535
// subcomponents: { OdsCardXxx }, // Uncomment if sub components, otherwise remove
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

},
}),
args: {
color: 'primary',
Copy link
Contributor

@dpellier dpellier Apr 4, 2025

Choose a reason for hiding this comment

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

not necessary

export const Color: Story = {
tags: ['!dev'],
render: () => (
<div style={{ display: 'flex', gap: '16px' }}>
Copy link
Contributor

Choose a reason for hiding this comment

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

you can use decorators to hide the parent layout (see badge or button)

),
};

export const CustomCSS: Story = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still want to expose those? especially when using style directly due to storybook


<Heading label="Color" level={ 3 } />

<Canvas of={ CardStories.Demo } sourceState="shown" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Color


<Canvas of={ CardStories.Demo } sourceState="shown" />

...
Copy link
Contributor

Choose a reason for hiding this comment

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

remove


<TechnicalSpecification data={ SpecificationsCard } of={ CardStories } />

<Heading label="Style customization" level={ 2 } />
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove


export const Default: Story = {
tags: ['!dev'],
render: () => (
Copy link
Contributor

Choose a reason for hiding this comment

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

render: ({}) => (

@var-poro var-poro force-pushed the feat-card branch 2 times, most recently from afb5e94 to f7a6b6f Compare April 4, 2025 12:29
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