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
The event `dispatch-on-ready` event from service config is dispatched once `re-crud` has parsed the swagger spec for that service.
35
+
The `dispatch-on-ready` event from service config is dispatched once `re-crud` has parsed the swagger spec for that service. Initialize your views after this event has been triggered.
31
36
32
37
Add [crud.css](css/crud.css) in your app for styling. `re-crud` comes with a skin that appies [MUI CSS](https://www.muicss.com/).
33
38
34
-
Use component-generators from `re-crud.components`to generate the view compnent and associated events.
39
+
Use component-generators from `re-crud.components` to generate the view compnent and associated events.
35
40
36
41
A simple component to retrieve and display a resource would look like this.
37
42
@@ -49,6 +54,8 @@ A simple component to retrieve and display a resource would look like this.
49
54
-`:fetch` describes how to fetch the resource to show
0 commit comments