Page cover image

πŸ’‘UI Template Layout

Koii-X uses Chakra UI to build the layout. You can customize your own UI elements such as buttons, text, icons, or anything else.

Want to preview your work locally? Head into your Koii-X folder and run:

yarn

After modules are installed, then run :

yarn start

The browser will load and show your work.

Here's an example of how to customize your UI:

BoxSimpleGridButton & Button Group

Last updated