-
Theming – Theme UI
The Design Graph Framework
-
Theme UI
Theme UI
@cartolab/elements:
Themeable React components for map-based web applications.
@undataforum/components:
Shared React components for UN Data Forum.
Skin UI:
Theme UI live previewer & code edit...
-
Layouts – Theme UI
By leveraging the
variants feature, you can create custom themeable layout components.
The components can include some default styles,
but still allow users to override styles such as colors or typog...
-
Components – Theme UI
Components
A number of built-in UI components are available for layouts, grids, buttons, form elements, and more.
Components can be used as an alternative to the
JSX pragma for using Theme UI feature...
-
Getting Started – Theme UI
sx prop throughout your application to add styles based on your theme
to any component. Enable the
sx prop by adding the
/** @jsxImportSource theme-ui */ comment to the top of your file or
configuri...
-
Forms – Theme UI
} from 'theme-ui'
<Box as="form" onSubmit={(e) => e.preventDefault()}>
<Label htmlFor="username">Username</Label>
<Input name="username" id="username" mb={3} />
<Label htmlFor="password">Passwor...