A container component for formatting other components.
A list of links that display a hierarchal relationship between each other
A graph charting component
A container component to allow content to be opened and closed with a button click.
A text input field allows the user to provide date and time information.
The field can be pre-populated by the loop.
This component shows a horizontal divider to separate different kinds on content in a whisper. This component has no options.
The dropzone component allows the Loop to receive a file uploaded by a user
The text input field allows the user to provide an email address.
This component creates grid and adapts to Olive Helps size and orientation, ensuring consistency across layouts.
The Icon Component renders requested icon inside of a whisper. Icons can be placed inside of Box components.
This component shows a link that can either open a link in the user's default browser or function as an onClick
to allow for loops to do things like send a new whisper.
This component shows a two column view of information typically used for lists of information.
This component shows a banner in the whisper that functions as a call to action to the user.
The text input field allows the user to provide a number within the parameters provided.
Pagination component to use in conjunction with state changes for paginating content within components
The password input field allows the user to provide a password. This field protects the user by obscuring what they type. Showing each character as a solid black dot.
Progress components express an unspecified wait time or display the length of a process.
The radio group allows a loop to provide the user with a collection of options in which they select a single result. The result is selected by clicking one of the radio elements in the radio group.
A selected value of -1 indicates that nothing is selected.
Rating gives a multi-icon cluster to show or give ratings
The RichTextEditor gives users a text area that allows users to add text with styling (bold, italics, links, etc)
The SectionTitle component adds a background that stretches across the entire whisper to the provided text
A selected value of -1 indicates that nothing is selected.
The text input field allows the user to provide a telephone number.
The text input field allows the user to provide text information.
The text can be pre-populated by the loop.
Generated using TypeDoc
REMINDER: Whenever you add (or remove) components from this file, you MUST also make the corresponding change in the
src/whisper/react/component-types.ts
andsrc/whisper/react/component-handlers.ts
files.You'll get a compile error if you don't...