[Toolkit][Shadcn] Update Alert CSS class, add Alert:Action component#3318
Merged
Kocal merged 1 commit intosymfony:2.xfrom Jan 31, 2026
Merged
[Toolkit][Shadcn] Update Alert CSS class, add Alert:Action component#3318Kocal merged 1 commit intosymfony:2.xfrom
Kocal merged 1 commit intosymfony:2.xfrom
Conversation
5f1a045 to
43ffc38
Compare
Kocal
reviewed
Jan 27, 2026
Member
Kocal
left a comment
There was a problem hiding this comment.
Thanks for working on this, can you rebase on latest 2.x please?
43ffc38 to
bf97fb7
Compare
Contributor
Author
|
@Kocal It's done! |
Kocal
reviewed
Jan 29, 2026
Member
Kocal
left a comment
There was a problem hiding this comment.
Looks like official examples changed.. again.. 😅
Can you add the following examples:
- Basic
- Destructive
- Action
- Custom Colors
and also update the Demo/Usage code?
You will need to open a PR on https://github.com/symfony/ux.symfony.com as well.
Thanks!
77a4359 to
5984e48
Compare
Contributor
Author
|
@Kocal I've updated and rebased the PR! The styles for the |
5984e48 to
541840d
Compare
Kocal
approved these changes
Jan 31, 2026
Member
|
That's perfect, thanks for your hard work @ker0x |
Kocal
added a commit
to symfony/ux.symfony.com
that referenced
this pull request
Jan 31, 2026
…t (ker0x) This PR was merged into the main branch. Discussion ---------- [Toolkit][Shadcn] Update documentation for Alert component | Q | A | -------------- | --- | Bug fix? | no | New feature? | no | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Related to symfony/ux#3318 Commits ------- d52b891 [Toolkit][Shadcn] Update documentation for Alert component
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR update the CSS class of the Alert component according to official Shadcn documentation.
It also add
Alert:Actioncomponent