Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Problem
Currently, the buttons documentation does not describe the image-dark property. When viewing this page in light mode, you cannot see the scalar icon that is added to the button in the last example
Solution
With this PR, we include icon-dark as an optional property in the properties documentation and update the example to show a button with both light and dark images.
Checklist
I've gone through the following:
pnpm changeset).Note
Adds
icon-darkas an optional button prop and updates the external icon example to demonstrate light/dark icons.documentation/guides/docs/components/buttons.md):icon-darkoptional prop to the Properties section with description.icon(light) andicon-dark(dark), adjusting example values across HTML and directive snippets.Written by Cursor Bugbot for commit e48555a. This will update automatically on new commits. Configure here.