CodePreview

CodePreview is used for UI demonstration.

# Native code preview

# Button

This is a primary button.

html
<button class="btn btn-primary" type="button">Button</button>
html
<CodePreview title="Button" description="This is a primary button." code=`<button class="btn btn-primary" type="button">Button</button>` />

# Custom component preview

# Button

This is a primary button.

Custom Component
html
<CustomComponent />
html
<CodePreview title="Button" description="This is a primary button." code="<CustomComponent />">
  <CustomComponent />
</CodePreview>