Skip to content
Snippets Groups Projects

feat: add alert and modal components

Merged Kasper Seweryn requested to merge wvffle/modal into main
Files
10
+ 2
0
@@ -14,6 +14,8 @@ export default defineConfig({
@@ -14,6 +14,8 @@ export default defineConfig({
text: "Components",
text: "Components",
items: [
items: [
{ text: "Pill", link: "/components/pill/" },
{ text: "Pill", link: "/components/pill/" },
 
{ text: "Alert", link: "/components/alert/" },
 
{ text: "Modal", link: "/components/modal/" },
{ text: "Loader", link: "/components/loader/" },
{ text: "Loader", link: "/components/loader/" },
{ text: "Activity", link: "/components/activity/" },
{ text: "Activity", link: "/components/activity/" },
{ text: "Card", items: [
{ text: "Card", items: [
Loading