Interoperability with Web Components
mainWhile Replicant is designed to be a standalone rendering library and does not recommend integrating with other Virtual DOM frameworks (like React), it interoperates well with Web Components. You can render custom elements by using their tag names in your hiccup data.
[:u-tabs
[:u-tablist
[:u-tab "Tab 1"]
[:u-tab "Tab 2"]
[:u-tab "Tab 3"]
]
[:u-tabpanel "Panel 1"]
[:u-tabpanel "Panel 2"]
[:u-tabpanel "Panel 3"]
]