add demo components for wiki

This commit is contained in:
Techit Thawiang
2025-07-28 21:07:01 +07:00
parent 07171f5b5a
commit 3c16c0e49e
2 changed files with 29 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.alert {
border: 1px solid #000000;
background-image: linear-gradient(180deg, #fff, #fefefe 40%, #eee);
padding: 0 1rem;
display: block;
}