pub fn CodeTabs(props: CodeTabsProps) -> impl IntoViewExpand description
A tabbed multi-document editor: renders a tab bar for documents, tracks
the active document id, hosts a filling CodeEditor for the selection,
and fires the optional on_close callback with a document id when its close
button is clicked.
§Required Props
- documents:
impl Into<Signal<Vec<CodeDocument>>> - active:
RwSignal<String>
§Optional Props
- highlighter:
Highlighter - on_close:
Callback<String> - find:
bool