You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ux.symfony.com/templates/ux_packages/toolkit.html.twig
+11-2
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,8 @@
135
135
{% endcomponent %}
136
136
137
137
<pclass="mt-4">
138
-
Official components require tailwindcss to be installed in your project. Visit the <aclass="underline"href="https://tailwindcss.com/docs/installation"target="_blank">Tailwindcss documentation</a> for more information.
139
-
Components are based on <ahref="https://ui.shadcn.com/"target="_blank">shadcdn/ui</a> design system.
138
+
Official components require tailwindcss to be installed in your project. Visit the <aclass="text-underline"target="_blank"href="https://tailwindcss.com/docs/installation"target="_blank">Tailwind CSS documentation</a> for more information.
139
+
Components are based on <aclass="text-underline"target="_blank"href="https://ui.shadcn.com/" >shadcdn/ui</a> design system.
140
140
</p>
141
141
142
142
<pclass="mt-4">
@@ -187,6 +187,15 @@
187
187
The <code>theme</code> key allows you to choose the component library to use, and can be any GitHub repository.
188
188
</p>
189
189
</div>
190
+
</div>
191
+
<divclass="col-12 mt-4">
192
+
<p>
193
+
If you want to distribute your own theme, please <aclass="text-underline"target="_blank"href="https://docs.github.com/fr/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics">
194
+
classify your repository</a> with the <code>ux-toolkit</code> topic to be referenced easily.
195
+
</p>
196
+
<p>
197
+
Your repository will be automatically detected by the <aclass="text-underline"target="_blank"href="https://github.com/search?q=topic%3Aux-toolkit&type=repositories">GitHub search engine</a>.
0 commit comments