Skip to main content
Screens in Paper consist of Components. You can think of Components like building blocks. There are simple Components such as Text and Image that display a simple piece of information. A Stack can hold multiple components. You can build richer components by combining multiple components together.

Styling your components with Properties

Every component in a screen a series of properties that can be defined. Panel will be displayed with all available properties for the given element. Here is a list of all properties that can be set to all components in a screen:

Appearance

Sizing

Component specific Properties

On top of the Default Properties every component has its own specific properties. Find out about each component’s unique properties by selecting one from the list, such as Stack and Buttons