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
While relative links work well within the Github UI, the package READMEs are also rendered
on npmjs and the API docs where they no longer resolve. This is now fixed by converting
them to absolute URLs.
By default the Vanilla Renderers don't apply any CSS at all.
96
96
For a quick start you can use `@jsonforms/vue-vanilla/vanilla.css`.
97
97
98
-
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue`](../vue/README.md).
98
+
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue`](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue/README.md).
99
99
100
100
### Styling
101
101
102
102
Each rendered HTML element specifies a CSS class which can be used to style it.
103
103
This process can also be customized so that each element declares user-specified CSS classes.
104
104
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.
105
105
106
-
You can find the default CSS classes in `[defaultStyles.ts](src/styles/defaultStyles.ts).
106
+
You can find the default CSS classes in `[defaultStyles.ts](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue-vanilla/src/styles/defaultStyles.ts).
107
107
108
108
To render your own classes simply `provide` them as `styles`.
By default the Vanilla Renderers don't apply any CSS at all.
132
132
For a quick start you can use `@jsonforms/vue-vanilla/vanilla.css`.
133
133
134
-
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue2`](../vue2/README.md).
134
+
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue2`](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2/vue2/README.md).
135
135
136
136
### Styling
137
137
138
138
Each rendered HTML element specifies a CSS class which can be used to style it.
139
139
This process can also be customized so that each element declares user-specified CSS classes.
140
140
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.
141
141
142
-
You can find the default CSS classes in `[defaultStyles.ts](src/styles/defaultStyles.ts).
142
+
You can find the default CSS classes in `[defaultStyles.ts](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue-vanilla/src/styles/defaultStyles.ts).
143
143
144
144
To render your own classes simply `provide` them as `styles`.
0 commit comments