@amsterdam/design-system-css
Version:
Stylesheets for all components from the Amsterdam Design System and some general utilities. Use it to apply the visual design of the City of Amsterdam to your HTML elements or non-React components.
14 lines (9 loc) • 486 B
Markdown
<!-- @license CC0-1.0 -->
# Table
Use the table component to let users compare information in rows and columns.
Table is used to display simple information that does not need to be filtered or edited.
## Guidelines
- Use `<Table.Caption>` to describe a table in the same way you would use a heading.
A caption helps users find, navigate and understand tables.
- Never use the table component to layout content on a page.
Instead, use [Grid](/docs/components-layout-grid--docs).