new changes

This commit is contained in:
Niranjan
2026-04-07 10:03:25 +05:30
parent 5e86cc7e40
commit 8965233e8c
42 changed files with 465 additions and 120 deletions

View File

@@ -0,0 +1 @@
import{j as t}from"./index-Cvh4tLHo.js";function o({variant:l="danger",children:r,className:a="",dismissible:e,onDismiss:s}){return t.jsxs("div",{className:`alert alert-${l} ${e?"alert-dismissible fade show":""} ${a}`.trim(),role:"alert",children:[r,e?t.jsx("button",{type:"button",className:"btn-close","aria-label":"Close",onClick:s}):null]})}export{o as A};