feat: added ActionButton component (#6631)

This commit is contained in:
Yi Xiao 2024-07-24 18:09:44 +08:00 committed by GitHub
commit c112188207
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 151 additions and 12 deletions

View file

@ -660,6 +660,7 @@ button:focus-within {
}
@import '../components/base/button/index.css';
@import '../components/base/action-button/index.css';
@import '../components/base/modal/index.css';
@tailwind utilities;