Factory for Good

Direction

A provider component that sets the text direction for your application.

Children inherit RTL direction.

Installation

pnpm dlx shadcn@latest add direction

Usage

"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.

On this page