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: docs/community/third-party-packages.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
160
160
161
161
### Customization
162
162
163
+
*[drf-restwind][drf-restwind] - a modern re-imagining of the Django REST Framework utilizes TailwindCSS and DaisyUI to provide flexible and customizable UI solutions with minimal coding effort.
163
164
*[drf-redesign][drf-redesign] - A project that gives a fresh look to the browse-able API using Bootstrap 5.
164
165
*[drf-material][drf-material] - A project that gives a sleek and elegant look to the browsable API using Material Design.
165
166
@@ -255,6 +256,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
Copy file name to clipboardExpand all lines: docs/topics/browsable-api.md
+19-10
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,31 @@ For more specific CSS tweaks than simply overriding the default bootstrap theme
83
83
84
84
You can use a third party package for customization, rather than doing it by yourself. Here is 2 packages for customizing the API:
85
85
86
-
*[rest-framework-redesign][rest-framework-redesign] - A package for customizing the API using Bootstrap 5. Modern and sleek design, it comes with the support for dark mode.
87
-
*[rest-framework-material][rest-framework-material] - Material design for Django REST Framework.
86
+
*[drf-restwind][drf-restwind] - a modern re-imagining of the Django REST Framework utilizes TailwindCSS and DaisyUI to provide flexible and customizable UI solutions with minimal coding effort.
87
+
*[drf-redesign][drf-redesign] - A package for customizing the API using Bootstrap 5. Modern and sleek design, it comes with the support for dark mode.
88
+
*[drf-material][drf-material] - Material design for Django REST Framework.
0 commit comments