Activity

Alert

Type

Error

You can add components and dependencies to your app using the cli.

Success

This is a success alert — check it out!

Warning

This is a warning alert — check it out!

Info

This is a info alert — check it out!

Custom

This is a custom alert — check it out!

Attr: width: 30, height: 30

Type

Error

You can add components and dependencies to your app using the cli.

Success

This is a success alert — check it out!

Warning

This is a warning alert — check it out!

Info

This is a info alert — check it out!

Custom

This is a custom alert — check it out!

Attr: width: 30, height: 30

Code

                                 <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"
                                        }}
                                   />