ArcaneInputGroup
Live preview for input-group
Live Demo
Component: input-group
Preview + Code
Code
ArcaneInputGroup(
  children: [
    TextInput(placeholder: 'Search', onChange: (String value) {}),
    Button.primary(label: 'Go', onPressed: () {}),
  ],
)

ArcaneInputGroup#

Live preview for component 'input-group' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page