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
feat(embed): add navbar brand props and document embed styling
Expose showNavbarBrand and navbarBrandLabel on RosViewer so hosts can hide
or replace the default ROS View label, and document CSS scoping plus branding
in the English and Chinese embedding guides.
Copy file name to clipboardExpand all lines: docs/EMBEDDING.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The component requires its bundled CSS. Import it once at your application root:
31
31
import'@ioai/rosview/style.css';
32
32
```
33
33
34
+
Styles are scoped to `#rosview-root` inside the bundle, so Tailwind preflight does not reset global elements (navbar, buttons, etc.) in your host application.
0 commit comments