Note: This project is still in development and has not been publicly released. Coming soon.
Docs
Backdrop Gradient
Backdrop Gradient

Description goes here

0 views
0 downloads
Loading...

Installation

pnpm dlx shadcn@latest add https://deltacomponents.dev/r/backdrop-gradient.json

Usage

1"use client"
2
3import * as React from "react"
4
5import { BackdropGradient } from "@/registry/components/backdrop-gradient"
6
7export function Component() {
8 return <BackdropGradient />
9}

API Reference

Parameters

NameTypeDescription
proptypedescription
Loading...