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: create-client/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Create Client works especially well with APIs built with the [API Platform](http
22
22
23
23
## Features
24
24
25
-
- Generates high-quality ES6:
25
+
- Generates high-quality TypeScript:
26
26
- list view (with pagination)
27
27
- detail view
28
28
- creation form
@@ -33,6 +33,6 @@ Create Client works especially well with APIs built with the [API Platform](http
33
33
- Client-side validation
34
34
- Subscribes to data updates pushed by servers supporting [the Mercure protocol](https://mercure.rocks)
35
35
- Displays server-side validation errors under the related input (if using API Platform Core)
36
-
- Integration with [Bootstrap](https://getbootstrap.com/) and [FontAwesome](https://fontawesome.com/) (Progressive Web Apps)
36
+
- Integration with [Tailwind CSS](https://tailwindcss.com) (NextJS) or [Bootstrap](https://getbootstrap.com/) and [FontAwesome](https://fontawesome.com/) (other generators)
37
37
- Integration with [React Native Elements](https://react-native-training.github.io/react-native-elements/)
38
38
- Accessible to people with disabilities ([ARIA](https://www.w3.org/WAI/intro/aria) support in webapps)
0 commit comments