Installation

How to install dependencies and structure your app.

Edit on GitHub

Initialize anime-ui

Run the init command to create a new project with anime-ui or setup an existing one.

Add Components

Run the add command to add a component to your project.

Import Components

Import the component to your project.

import { Button } from '@/components/anime-ui/button';

export default function Home() {
  return (
    <div>
      <Button />
    </div>
  );
}

Built by Chirag Saxena. The source code is available on GitHub.

Last updated: 12/1/2025