@@ -7,7 +7,7 @@ to change, or even change drastically.
77Symfony UX Toolkit provides a set of ready-to-use kits for Symfony applications.
88It is part of `the Symfony UX initiative `_.
99
10- Kits are a nice way to begin a new Symfony application, by providing a set
10+ Kits are a nice way to begin a new Symfony application, by providing a set
1111of `Twig components `_ (based on Tailwind CSS, but fully customizable depending
1212on your needs).
1313
@@ -24,8 +24,8 @@ Additionally, some `Twig components`_ use ``html_cva`` and ``tailwind_merge``,
2424you can either remove them from your project or install ``twig/html-extra ``
2525and ``tales-from-a-dev/twig-tailwind-extra `` to use them.
2626
27- Also, we do not force you to use Tailwind CSS at all. If you want to use
28- another CSS framework, you can , but you will need to adapt the UI components to it.
27+ Also, we do not force you to use Tailwind CSS at all. You can use whatever
28+ CSS framework you want , but you will need to adapt the UI components to it.
2929
3030Installation
3131------------
@@ -37,7 +37,7 @@ Install the UX Toolkit using Composer and Symfony Flex:
3737 # The UX Toolkit is a development dependency:
3838 $ composer require --dev symfony/ux-toolkit
3939
40- # If you want to keep `html_cva` and `tailwind_merge` in your UI components:
40+ # If you want to keep `html_cva` and `tailwind_merge` in your Twig components:
4141 $ composer require twig/extra-bundle twig/html-extra:^3.12.0 tales-from-a-dev/twig-tailwind-extra
4242
4343 Configuration
@@ -71,7 +71,7 @@ It will create the ``templates/components/Button.html.twig`` file, and you will
7171Create your own kit
7272-------------------
7373
74- You have the ability to create and share your own kit with the community,
74+ You have the ability to create and share your own kit with the community,
7575by using the ``php vendor/bin/ux-toolkit-kit-create `` command in a new GitHub repository:
7676
7777.. code-block :: terminal
@@ -89,7 +89,7 @@ by using the ``php vendor/bin/ux-toolkit-kit-create`` command in a new GitHub re
8989
9090 # Create your kit
9191 $ php vendor/bin/ux-toolkit-kit-create
92-
92+
9393 # ... edit the files, add your components, examples, etc.
9494
9595 # Share your kit
@@ -124,7 +124,7 @@ A kit is composed of:
124124Use your kit in a Symfony application
125125-------------------------------------
126126
127- You can globally configure the kit to use in your application by setting the ``ux_toolkit.kit `` parameter :
127+ You can globally configure the kit to use in your application by setting the ``ux_toolkit.kit `` configuration :
128128
129129.. code-block :: yaml
130130
0 commit comments