Quark
Basics
Introduction
Getting Started
Design
Color Palette
Typography
Custom Theme
Components
alerts
AlertContainer
web
buttons
Button
PrimaryButton
SecondaryButton
WarningButton
card
Card
CardAction
CardGrid
form
Checkbox
Dropdown
web
FilePicker
web
ImagePicker
web
Label
Option
web
Select
web
TextInput
layout
App
AppBar
Flex
FlexColumn
FlexRow
StatusBar
native
loaders
LoaderBubbles
navigation
BreadcrumbChild
Breadcrumbs
TabView
native
ZoomViewContainer
native
overlay
Overlay
state
BooleanState
Cycle
Form
FreeState
ListState
table
Table
web
TableBody
web
TableCell
web
TableHeader
web
TableHeaderCell
web
TableHeaderText
web
TableRow
web
TableText
web
theme
GetTheme
Theme
timing
Interval
Timeout
typography
H1
H2
H3
Link
Markdown
web
Monospace
Subtitle
Text
Title
window
ClickAway
web
EventListener
web
Measure
web
Portal
web
Portal
View source on GitHub
A component used to render a single child component in a portal. If the element does not exist, it will be created when the component mounts at the root of the document.
Props
Name
Required
Nullable
Type
children
React.Node
id
string
style
{}
Examples
No examples