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

Support gap in Box #562

Merged
merged 1 commit into from Mar 17, 2023
Merged

Support gap in Box #562

merged 1 commit into from Mar 17, 2023

Conversation

vadimdemedes
Copy link
Owner

Fixes #538.

Since #550 has landed, Ink can now support gap property.

<Box gap={1}>
  <Text>A</Text>
  <Text>B</Text>
</Box>
//=> A B

@vadimdemedes vadimdemedes merged commit 4a67772 into master Mar 17, 2023
6 checks passed
@vadimdemedes vadimdemedes deleted the perfect-robin branch March 17, 2023 22:27
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.

Add gap to Box
1 participant