Components
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.
<Chiller.Option
name="name"
type="string"
description="The name of your application. This is used in the page title."
required
/>
displays
The name of your application. This is used in the page title.