How to Add Components
To add a component, enter its name as an HTML tag, for example:
Primitive#
You can add any primitive:
- <Box/>
- <Button/>
- <Hr/>
- <Icon />
- <Image/>
- <Input/>
- <Link/>
- <LinkBox/>
- <List/>
- <Section/>
- <Structure/>
- <Text/>
Custom component#
A custom component is a component you created or added by specifying its name. For example, to add your component called MyComponent to a page you need to write:
Nested component#
If you want to nest one component inside another, you need to write: