Shiny UI

Docs
Installation

Installation

Follow the steps to install related dependencies and start using Shiny UI components.

Next.js

Follow the steps to use Shiny UI components in a Next.js project.

Installation

To create a Next.js project, run the following command.

npx create-next-app@latest my-app

After creating the project, navigate to the project directory.

cd my-app

Install Framer Motion.

Shiny UI uses Framer Motion for animations. To install Framer Motion, run the following command:

npm install framer-motion