Components
- Button — Themed button / button-like link.
- Checkbox — Themed checkbox.
- CustomDropdown — Themed dropdown, based on the basic
<div>
elements. - Dropdown — Themed dropdown, based on the native
<select>
element. - Input — Themed text input.
- Link — External / internal hyperlink.
- MetaTags — Manages document's meta tags (title, description, social media thumbnails, etc.).
- Modal — Themed modal.
- NavLink — Navigation links (specially styled when match the current location).
- PageLayout — A simple themed page layout.
- Switch — Switches between multiple options shown side-by-side.
- TextArea — Auto-resizeable text area.
- ThemeProvider — Provides context visual themes to its children tree.
- Throbber — A simple throbber (three bouncing circles).
- WithTooltip — Themed tooltip wrapper.
- YouTubeVideo — Embed YouTube video.
Deprecated Components
- CodeSplit — Removed in v1.14.0, use splitComponent() instead (migration guidelines).
- ScalableRect — Removed in v1.31.0, use aspect-ratio CSS property instead.