Skip to content

Default xs prop in Col component #72

@sstefoss

Description

@sstefoss

Hey, i was wondering why isn't xs={12} set as default prop in Col.

Makes more sense to define the first breakpoint that its value is different than "12".
For example instead of this

<Col xs={12} md={6}>

i could just write

<Col md={6}>

Because with no default breakpoint value i have to write xs={12} to all my components.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions