Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

XY-Grid Cell drops FlexboxPropTypes #79

@joey-c

Description

@joey-c

Cell accepts both GeneralPropTypes and FlexboxPropTypes but only calls generalClassNames(props). It does not call flexboxClassNames(props).

What did you do?

Pass alignX='center' or centerAlign to a Cell

What did you expect to happen?

Contents of cell to be centered

What actually happened?

Contents were not centered. Cell generated did not have any other classes.

What version of this module are you using?

0.9.3. Foundation-sites: 0.9.5.

Please include code that reproduces the issue. The best reproductions are self-contained scripts with minimal dependencies.

<Cell alignX='center'>alignX</Cell>
<Cell centerAlign>centerAlign</Cell>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions