Sections
Get Started
Components
- Accordion
- Alert Dialog
- Animated Gradient Text
- Animated Shiny Text
- Avatar
- Badge
- Bento Box
- Bento Grid
- Border Beam
- Breadcrumbs
- Card
- Checkbox
- Custom Cursor
- Dialog
- Flip Button
- Glow Border
- Glow Card
- Hover Card
- Hyper Text
- Logo Beam
- Marquee
- Menubar
- Number Counter
- Popover
- Progress
- Radio Group
- Ripple Button
- Scroll Area
- Separator
- Sheet
- Shimmer Button
- Shinny Icons
- Slide Button
- Slot
- Switch
- Tabs
- Terminal
- Text Animate
- Theme Toggler
- Tooltip
- Typing Animation
- Word Rotate
import {
FlipButton,
FlipButtonBack,
FlipButtonFront,
} from "@/components/ui/flip-button"
export function FlipButtonDemo() {
return (
<FlipButton className="bg-primary rounded-md px-5 py-2 text-white">
<FlipButtonFront>Submit</FlipButtonFront>
<FlipButtonBack>Processing...</FlipButtonBack>
</FlipButton>
)
}
Installation
pnpm dlx shadcn@latest add https://ebonui.com/r/flip-button.json
Usage
<FlipButton className="rounded-md bg-primary px-5 py-2 text-white">
<FlipButtonFront>Submit</FlipButtonFront>
<FlipButtonBack>Processing...</FlipButtonBack>
</FlipButton>Support Ebon UI by giving it a star on GitHub!
A lot of work goes into maintaining and improving Ebon UI. Your stars help show your support and encourage further development.
Star on Github