Stable legacy

Poyraz UI V2

V2 package imports remain documented at this stable URL for existing applications. New applications should use the V3 npm package or source registry.

Planned blocker-fix support ends 2027-03-31. V2 reaches end of maintenance on 2027-06-30 and remains available under the legacy-v2 dist-tag.

Package setup

pnpm add poyraz-ui@legacy-v2
@import "tailwindcss";
@import "poyraz-ui/preset.css";

Package imports

import { Button, Card, Input } from "poyraz-ui/atoms";
import { Dialog, Select } from "poyraz-ui/molecules";
import { Navbar, Sidebar } from "poyraz-ui/organisms";
Start the V3 migration