Toggle theme

View🔗

A View is a generic layout component.

Under the hood, it's basically a <div> element with some sensible defaults:

It supports responsive object or array values for all it's style props. Array values map according to the number of values passed:

Number of values
Responsive style

All padding and margin values are based on multiples of the baselineGrid which is 8px.

Example🔗

Hello
World

Props - View🔗

Name
Description
Type
Default Value