<Concepts />

Primitives  

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  

Components are React components which are typically composed using primitives.

Hooks  

React hooks that are commonly used in most UIs.

Utils  

UI utilities.

Responsive properties  

Used to accommodate for various devices sizes. Responsive properties take an array of values, e.g. <Box padding={[1, 2, 3]}>.
Made withby folks at