Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Table

JSX for this example
<React.Fragment />

Table configuration

The Table component is a basic wrapper around standard table elements that adds the Design System's ds_table CSS class and a prop for specifying table behaviour on small screens.

Table components can use the following props:

className (optional)
A CSS class name to pass to the component.
smallscreen (optional)
The behaviour to use on small screens. Permitted values are boxes and scrolling.