New Componet Panel Added

This commit is contained in:
2025-10-01 13:23:33 +05:30
parent eb1473d4b1
commit 1d571516c8
5 changed files with 175 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ export { default as Link } from "./components/Link.astro";
export { default as Modal } from "./components/Modal.astro";
export { default as MultiSelect } from "./components/MultiSelect.astro";
export { default as OtpField } from "./components/OtpField.astro";
export { default as Panel } from "./components/Panel.astro";
export { default as PasswordField } from "./components/PasswordField.astro";
export { default as ThemeSwitcher } from "./components/ThemeSwitcher.astro";
export { default as TimePicker } from "./components/TimePicker.astro";