BlueprintPicker
Component which renders a blueprint picker,
allowing the user to select a reference to a blueprint
Props
Name | Type | Optional | Description |
---|
Returns
A React component
Usage
<BlueprintPicker label={'Select a Blueprint'} disabled={false} onChange={(selectedType) => console.log(`Selected blueprint of type '${selectedType}'`)} />