Test2
Components are predefined elements or features you can easily add to the wiki to build responsive and visually appealing user interfaces.
Text
Several CSS classes for coloring backgrounds, borders, and text are available. You can use them for components and other elements.
Text
You can use a series of CSS classes to build layouts of all shapes and sizes with responsible (mobile-friendly) columns and rows.
Text
<button type="button" class="btn btn-secondary">Left</button> <button type="button" class="btn btn-secondary">Middle</button> <button type="button" class="btn btn-secondary">Right</button>
<a href="#" class="btn btn-primary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Primary link</a>
<a href="#" class="btn btn-secondary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Link</a>