Skip to content

Get started

Maiton UI is a components library which will simplify your Frames development. It's inspired by shadcn, so to install a component, for example Text, simply run:

npx maiton add Text

You will find the new component in the /frames/components directory.

Then, you can import it and start using right away.

Check the Text page for some usage examples.