Components
An update notification banner with an icon, message, and Later and Update now action buttons that can be dismissed and reopened.
Loading preview...
import { Banner04 } from '@/components/ui/banner-04'
export default function Demo() {
return (
<div className="flex w-full max-w-xl items-center justify-center p-6">
<Banner04 />
</div>
)
}