Skip to content

Get started

Maiton UI is a components library which will simplify your Frames development, inspired by shadcn.

To start using it, run these commands:

npm
npm install maiton
npx init maiton

To install a component, for example Text, simply run:

npx maiton add text

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

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

Check the text page for some usage examples.