How to install and add Viora UI to your project.
Install Package
Install the Viora UI package in your project.
Add Components
Import and use Viora UI components directly in your React/Next.js application.
import { DynamicText } from "Viora-ui";
export default function Home() {
return <DynamicText text="Hello World" />;
}Built by Otis
Last updated: 9/13/2026