@blueprintjs/core
Version:
Core styles & components
20 lines (12 loc) • 696 B
Markdown
@# HTML table
**HTMLTable** provides Blueprint styling to native HTML tables.
<div class="@ns-callout @ns-intent-primary @ns-icon-info-sign @ns-callout-has-body-content">
<h5 class="@ns-heading">This is not @blueprintjs/table</h5>
This component is a simple CSS-only skin for HTML `<table>` elements.
It is ideal for basic static tables. If you're looking for more complex
spreadsheet-like features, check out [**@blueprintjs/table**](#table).
</div>
@## Props interface
The `<HTMLTable>` component provides modifier props to apply styles to an HTML `<table>` element. Note that you are
responsible for rendering `<thead>` and `<tbody>` elements as children.
@interface HTMLTableProps