<Concepts />
The most basic elements in Sanity UI are called primitives. These are React components which do not build on other components, but are considered as fundamental building blocks.
Components are React components which are typically composed using primitives.
React hooks that are commonly used in most UIs.
UI utilities.
Used to accommodate for various devices sizes. Responsive properties take an array of values, e.g.
<Box padding={[1, 2, 3]}>.