How to Add Components
To add a component, enter its name as an HTML tag, for example:
#
PrimitiveYou can add any primitive:
- <Box/>
- <Button/>
- <Hr/>
- <Icon />
- <Image/>
- <Input/>
- <Link/>
- <LinkBox/>
- <List/>
- <Section/>
- <Structure/>
- <Text/>
#
Custom componentA 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 componentIf you want to nest one component inside another, you need to write: