Direction
A provider component that sets the text direction for your application.
Children inherit RTL direction.
Installation
pnpm dlx shadcn@latest add directionUsage
"use client";
import * as React from "react";
import { DirectionProvider } from "@/components/ui/direction";
import { Button } from "@/components/ui/button";A provider component that sets the text direction for your application.