add full primary button

This commit is contained in:
akcodez
2025-12-01 12:01:50 -08:00
parent e92929e148
commit 9cf1b07954
12 changed files with 2140 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
export { Button, type ButtonProps } from './Button';
export { default } from './Button';