Skip to content

Space support align stretch #36044

@wangcch

Description

@wangcch

What problem does this feature solve?

// No stretch since many components do not support that.

align?: 'start' | 'end' | 'center' | 'baseline';
#23286

After two years. Is it possible for Space support to align stretch.

codesandbox Space

What does the proposed API look like?

type SpaceProps {
    // ...
    align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions