Basic example
-
-
- Enabled
- Hello World
- Disabled
- Disabled
- Icons
- Commit
-
-
-
-
- diff --git a/CHANGELOG.md b/CHANGELOG.md index f533b2c93..8c0335cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Unreleased] + +### Added + +- **Button**: Add the ability to modify the icon animation parameters. +- **Button**: Align and arrange any content added through the main slot. + ## [1.6.2] - 2024-10-07 ### Fixed diff --git a/dev/vscode-button.html b/dev/vscode-button.html index 268994c98..28c23270b 100644 --- a/dev/vscode-button.html +++ b/dev/vscode-button.html @@ -5,43 +5,81 @@