-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added FButton.icon for a single icon button (#138)
* Added FButton.icon for a single icon button * Added sample and docs for FButton.icon * Added FButton.icon for a single icon button * Added sample and docs for FButton.icon * Commit from GitHub Actions (Forui Samples Presubmit) * Commit from GitHub Actions (Forui Presubmit) * Added golden images * Commit from GitHub Actions (Forui Presubmit) * Commit from GitHub Actions (Forui Samples Presubmit) * Update docs/pages/docs/button.mdx Co-authored-by: Matthias Ngeo <[email protected]> * Update forui/lib/src/widgets/button/button.dart Co-authored-by: Matthias Ngeo <[email protected]> * Update forui/lib/src/widgets/divider.dart Co-authored-by: Matthias Ngeo <[email protected]> * Renamed icon to child in FButton.icon(...) * Renamed icon to child in FButton.icon(...) * Commit from GitHub Actions (Forui Presubmit) * Updated forui/lib/src/widgets/button/button.dart * Added FButtonIconContentStyle * Commit from GitHub Actions (Forui Presubmit) * Commit from GitHub Actions (Forui Samples Presubmit) * Added FButtonIconContentStyle to FButtonCustomStyle * Added FButtonIconContentStyle to FButtonCustomStyle * Commit from GitHub Actions (Forui Presubmit) * Commit from GitHub Actions (Forui Samples Presubmit) * Minor Changes * Removed FButtonIconStyle from FButton * Resolved changes * Commit from GitHub Actions (Forui Presubmit) * Resolved errors * Commit from GitHub Actions (Forui Presubmit) * Added default value to FCustomButtonStyle.iconContent * Commit from GitHub Actions (Forui Presubmit) --------- Co-authored-by: John Doe <[email protected]> Co-authored-by: Pante <[email protected]> Co-authored-by: sommye-ctr <[email protected]> Co-authored-by: Matthias Ngeo <[email protected]> Co-authored-by: Matthias Ngeo <[email protected]>
- Loading branch information
1 parent
b8c0b68
commit fd256f9
Showing
23 changed files
with
180 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+22.1 KB
forui/test/golden/button/zinc-dark-Variant.destructive-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
forui/test/golden/button/zinc-dark-Variant.destructive-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.6 KB
forui/test/golden/button/zinc-dark-Variant.outline-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.8 KB
forui/test/golden/button/zinc-dark-Variant.outline-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
forui/test/golden/button/zinc-dark-Variant.primary-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.4 KB
forui/test/golden/button/zinc-dark-Variant.primary-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22 KB
forui/test/golden/button/zinc-dark-Variant.secondary-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.1 KB
forui/test/golden/button/zinc-dark-Variant.secondary-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22 KB
forui/test/golden/button/zinc-light-Variant.destructive-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
forui/test/golden/button/zinc-light-Variant.destructive-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.4 KB
forui/test/golden/button/zinc-light-Variant.outline-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.7 KB
forui/test/golden/button/zinc-light-Variant.outline-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
forui/test/golden/button/zinc-light-Variant.primary-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.4 KB
forui/test/golden/button/zinc-light-Variant.primary-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.6 KB
forui/test/golden/button/zinc-light-Variant.secondary-icon-disabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.9 KB
forui/test/golden/button/zinc-light-Variant.secondary-icon-enabled-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters