Skip to content

Commit aa3239e

Browse files
committed
minor #1076 [StimulusBundle] add togglePassword component to official packages list (feymo)
This PR was merged into the 2.x branch. Discussion ---------- [StimulusBundle] add togglePassword component to official packages list | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | N/A | License | MIT `TogglePassword` component has been released with [v2.11.0](https://github.com/symfony/ux/releases/tag/v2.11.0) so we can now add it to the official UX packages list 😃 Commits ------- d24936a docs(stimulusbundle): add togglePassword component to official list
2 parents a3a1ae9 + d24936a commit aa3239e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/StimulusBundle/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ The official UX packages are:
9999
* `ux-react`_: Render `React`_ component from Twig (`see demo <https://ux.symfony.com/react>`_)
100100
* `ux-svelte`_: Render `Svelte`_ component from Twig (`see demo <https://ux.symfony.com/svelte>`_)
101101
* `ux-swup`_: Integration with `Swup`_ (`see demo <https://ux.symfony.com/swup>`_)
102+
* `ux-toggle-password`_: Toggle visibility of password inputs
103+
(`see demo <https://ux.symfony.com/toggle-password>`_)
102104
* `ux-translator`_: Use your Symfony translations in JavaScript `Swup`_ (`see demo <https://ux.symfony.com/translator>`_)
103105
* `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience
104106
(`see demo <https://ux.symfony.com/turbo>`_)
@@ -530,6 +532,7 @@ it will normalize it:
530532
.. _`ux-react`: https://symfony.com/bundles/ux-react/current/index.html
531533
.. _ux-translator: https://symfony.com/bundles/ux-translator/current/index.html
532534
.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html
535+
.. _`ux-toggle-password`: https://symfony.com/bundles/ux-toggle-password/current/index.html
533536
.. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
534537
.. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
535538
.. _`ux-typed`: https://symfony.com/bundles/ux-typed/current/index.html

0 commit comments

Comments
 (0)