Skip to content

Commit

Permalink
Merge pull request #33 from SymfonyCasts/docs-form-theming
Browse files Browse the repository at this point in the history
Adding note about form theming bundle
  • Loading branch information
weaverryan authored Nov 30, 2023
2 parents d9e71ba + 649c810 commit 2f749c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ command so the built file is available:
$ php bin/console tailwind:build --minify
$ php bin/console asset-map:compile
Form Theming
------------

To make your Symfony forms look nice with Tailwind, you'll need a dedicated form theme.
Check out https://github.com/tales-from-a-dev/flowbite-bundle for a helpful bundle that
provides that!

Configuration
-------------

Expand Down

0 comments on commit 2f749c2

Please sign in to comment.