From 649c8103f4c9f0b185344fa095835f17b16b89fb Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 29 Nov 2023 15:12:00 -0500 Subject: [PATCH] Adding note about form theming bundle --- doc/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 29314f4..834fc2c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 -------------