UNPKG

@ea-lab/reactive-json-docs

Version:

Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides

29 lines (23 loc) 985 B
renderView: - type: Markdown content: | # BootstrapElement The `BootstrapElement` component is an internal wrapper used by Reactive-JSON to integrate React-Bootstrap components into the template system. **You should not use this component directly in your rjbuild.** It is automatically used by higher-level components (such as BsAccordion, BsAlert, etc.) to provide Bootstrap features in a declarative way. ## Properties - type: DefinitionList content: - term: code: attributes after: "(object, optional)" details: "Attributes passed to the underlying Bootstrap component." - term: code: content after: "(object|array, optional)" details: "Content to render inside the Bootstrap component." - type: Markdown content: | ## Limitations - Not intended for direct use in rjbuild templates. - Used internally by the system for Bootstrap integration.