Skip to content

Platform: Action Button Group Component Technical Design

Kevin Okamoto edited this page Feb 14, 2020 · 6 revisions

ActionButtonGroup

Summary

The ActionButtonGroup manages overflow of the action buttons within its content, as well as responsiveness.

Example

<fdp-action-button-group>
   <fdp-button>One</fdp-button>
   <fdp-button>Two</fdp-button>
   <fdp-button>Three</fdp-button>
</fdp-action-button-group>

Clone this wiki locally