-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Components]: Add
ToggleGroupControlOptionIcon
component (#39760)
* [Components - ToggleGroupControl]: Add icons support * add changelog entry * add prop to readme and fix styles * update tests * refactor to use ToggleGroupControlOptionBase * auto updated manifest * address feedback * Icon prop documentation changes Co-authored-by: Marco Ciampini <[email protected]>
- Loading branch information
1 parent
b903fc2
commit 98a478f
Showing
17 changed files
with
646 additions
and
129 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { ToggleGroupControl } from './toggle-group-control'; | ||
export { ToggleGroupControlOption } from './toggle-group-control-option'; | ||
export { ToggleGroupControlOptionIcon } from './toggle-group-control-option-icon'; |
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
Oops, something went wrong.