ArcaneSelect#
Live preview for component 'select' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneSelect(
label: 'Plan',
value: 'pro',
options: const [
ArcaneSelectOption(label: 'Starter', value: 'starter'),
ArcaneSelectOption(label: 'Pro', value: 'pro'),
],
onChange: (String value) {},
)
Live preview for component 'select' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.