PagieraDocs Back to website

docs / blocks

Native block reference

Every native element type, grouped by purpose and editing workflow.

Layout blocks

BlockUse
FrameGeneral-purpose grouping and visual composition
StackFlow-based rows or columns
SectionA major section of a page
ContainerA content wrapper
GridRepeated content arranged in a grid
DividerVisual separation
SpacerIntentional empty space

Start with a parent layout, add its children, then adjust spacing and sizing. Check mobile before adding fixed dimensions everywhere.

Content and media

BlockUse
HeadingSection headings with a meaningful hierarchy
TextParagraphs and short text
ImageImages with descriptive alt text
ButtonCalls to action and interaction triggers
VideoVideo content
IconLibrary icons
ListA list container
ListItemAn individual list entry
QuoteQuoted content
MarkdownStructured markdown content
EmbedEmbedded content; review trust and browser restrictions

Forms

Form groups submission controls. Fieldset and Label provide structure and names. Input, Textarea and Select collect values; Checkbox and Radio collect choices; FileInput lets a visitor select a file. Selection is not a hosted upload service. See forms.

Server-backed content

Request supplies API data and Repeat renders collections. Define a data source, inspect its response shape, select the collection path, and bind child content. See data binding.

Composed interactive blocks

Carousels, marquees, tabs and accordions are built using editable layers and interaction settings rather than additional element type names. See motion and interactions.