/example/components


Kinoana provides some components to help you customize your website.

Currently, we provide the following components:

Below is an example that uses the Link and Icon components to create a link with an icon to the homepage:

code:

<Link href='/'><Icon icon='pointer'/> homepage</Link>

output:

homepage