Viora LogoViora UI
Login

Installation

How to install and add Viora UI to your project.

Install Package

Install the Viora UI package in your project.

pnpm dlx viora-ui add installation
npx viora-ui add installation
yarn viora-ui add installation
bunx --bun viora-ui add installation

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