Reactberry Documentation
A docs site powered entirely by Reactberry itself.
elements
Elements are Reactberry's foundational items. Use them as the base layer for layout, typography, actions, and form inputs.
Elements are the foundational items in Reactberry.
They define the core building blocks you use directly when composing UI.
Reactberry elements are low-level primitives such as:
Box for layout and structureText for semantic text and typographyButton for actionsField for form inputsUse elements when you need direct control over layout, spacing, semantics, and composition.
They are the right choice when you are:
Blocks are built on top of elements.
That means elements are the foundation for: