Getting Started
Welcome to Koma UI! This guide will help you set up and start using our AI-driven components and pre-built blocks to build intelligent applications with ease.
Quick Start
Koma UI heavily depends on shadcn/ui. Please ensure you have shadcn installed in your project. If not, follow the guide on the official installation page.
Installing Thinking Loader
bunx --bun shadcn@latest add https://komaui.iamkunal.in/r/thinking-loader.jsonUsage Demo
"use client"
import ThinkingLoader from "@/components/ui/thinking-loader"
export default function ThinkingLoaderDemo() {
const thinkingText = [
"Analyzing your prompt...",
"Searching knowledge base...",
"Synthesizing results...",
"Formulating response..."
];
return (
<ThinkingLoader thinkingText={thinkingText} />
)
}Explore More
Explore more ready to build components