Chiller
  1. Components
  2. Option

When you need to communicate options, inputs, or parameters the Option component makes it easy to show optional, required, default, and other information needed for a user to understand the interface.

Usage

<Chiller.Option
  name="name"
  type="string"
  description="The name of your application. This is used in the page title."
  required
/>

displays

namestring
required

The name of your application. This is used in the page title.

Parameters

namestring
required

typestring

requiredboolean

descriptionstring

defaultstring