Activity
Billing
Setup
Form
UI
Chart
You can add components and dependencies to your app using the cli.
This is a success alert — check it out!
This is a warning alert — check it out!
This is a info alert — check it out!
This is a custom alert — check it out!
Attr: width: 30, height: 30
You can add components and dependencies to your app using the cli.
This is a success alert — check it out!
This is a warning alert — check it out!
This is a info alert — check it out!
This is a custom alert — check it out!
Attr: width: 30, height: 30
<VxAlert
title={{
text: "Error",
class: "text-[#D82727] font-semibold"
}}
description={{
text: "You can add components and dependencies to your app using the cli.",
class: "text-[#D82727]"
}}
bgCard="transparent"
border="1px solid red"
icon={{
icon: <MdErrorOutline />,
class: "text-[#D82727] text-xl"
}}
/>