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

feature. Add contentDirection prop to StepBoxItem #86

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

kkusaeng
Copy link
Collaborator

Key Changes of PR

  • Add contentDirection prop
export interface TStepBoxItemProps extends TBaseProps {
    children?: any,
    contentDirection?: ContentDirection, // <-  ex) 'top-bottom' | 'left-right'
    ...
}

Screenshots

image

@kkusaeng kkusaeng changed the title feature. Modify StepBoxItem feature. Add contentDirection prop to StepBoxItem Apr 16, 2024
@kkusaeng kkusaeng requested a review from Siyeop April 16, 2024 04:25
@kkusaeng kkusaeng force-pushed the feature-form-section-label-style branch from 1d6386e to cf6a5aa Compare April 16, 2024 05:31
@Siyeop Siyeop merged commit 92d273a into develop Apr 16, 2024
2 checks passed
@Siyeop Siyeop deleted the feature-form-section-label-style branch April 16, 2024 09:03
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