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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,10 @@ You can customize a few optional attributes when calling the custom element:
147
147
></sparql-editor>
148
148
```
149
149
150
+
### 🎨 Styling
151
+
152
+
The web component uses a light DOM, instead of a shadow DOM, to make it easier for the developers to style the application at their convenience, using the usual tool they know: CSS. Just inspect the elements you want to change and write the appropriate CSS.
153
+
150
154
### 📝 Basic example
151
155
152
156
No need for a complex project you can integrate SPARQL editor in any HTML page by importing from a CDN!
0 commit comments