Using Components

User Guide → Using Components

Using Components

MarkBind provides a number of components (e.g., expandable panels, tabbed displays, navigation bars, etc.) that you can use to enhance the appearance/behavior of your pages.

To use a component, just use the corresponding markup in your file. For example, to create a Panel, you just need to use the markup:

<panel header="Click to expand" type="seamless">
  Panel Content.
</panel>