Closed asangma closed 4 years ago
Would this ever make it to the action-bar
?
@asangma @jcfranco can you help name this property?
We could go with:
layout
of horizontal/vertical
but we already have a deprecated layout property so this would be a breaking change.orientation
of portrait/landscape
or horizontal/vertical
?direction
of row/column
or horizontal/vertical
. May sound too similar to dir
attribute?My vote would be toward layout
or direction
layout is used here: https://github.com/Esri/calcite-components/blob/ad9ca1559f54326e66d47619cb78f3f9f4174547/src/components/calcite-radio-group/calcite-radio-group.tsx#L87
I like layout
and it's also the consistent option.
Ok cool. We can talk about it at the next meeting. I could remove all deprecated things and we would be at V 6.0
Decision was to use layout
, remove all deprecations, and do a major release.
verf!
Description
Add a property that will allow users to set the orientation of the ActionPad to horizontal.
Acceptance Criteria
Relevant Info
| vs –
Which Component
ActionPad and ActionGroup
Example Use Case
Toolbars for table editing or chart configuring.
cc @driskull