ArcaneInputGroup#
Live preview for component 'input-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneInputGroup(
children: [
TextInput(placeholder: 'Search', onChange: (String value) {}),
Button.primary(label: 'Go', onPressed: () {}),
],
)
Live preview for component 'input-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.