125k

ATG Play Button

ATG Play's red primary action and subtle navigation buttons.

The button component from ATG Play supports its default, ghost, subtle, and link variants. Click the samples to see an inline response.

LIVE PREVIEW
application-ui/components/ui/button.tsx
"use client";

import * as React from "react";
import { Slot } from "@radix-ui/react-slot";

Usage

import { Button } from "@/components/ui/button"
 
<Button variant="default">เล่น</Button>
<Button variant="ghost">ข้อมูลเพิ่มเติม</Button>

This page keeps the ATG implementation alongside shadcn/ui's own Button documentation.