Skip to main content

BlueprintPicker

Component which renders a blueprint picker, allowing the user to select a reference to a blueprint

Props

NameTypeOptionalDescription

Returns

A React component

Usage

<BlueprintPicker
  label={'Select a Blueprint'}
  disabled={false}
  onChange={(selectedType) => console.log(`Selected blueprint of type '${selectedType}'`)} />

Preview: