Component · Data display

Table

a styled native table — a11y, keyboard and semantics come for free; cells hold arbitrary content.

Example

MemberRoleSeats
Ada LovelaceOwner
Grace HopperAdmin3
Alan TuringMember1

Where available

React
Angular
Web Components
Blazor
Tokens

Using it

the same component, named idiomatically per target. one CSS contract underneath, so they render identically.

TargetReferencePackage
React <Table> @design-foundry/lucent-react
Angular <table lucentTable> @design-foundry/lucent
Web Components <table class="lucent-table"> @design-foundry/lucent-wc
Blazor <LucentTable> DesignFoundry.Lucent

API

PropTypeDefaultDescription
.lucent-table class on a native <table>.
th/td · …--right | …--center class column alignment.
tr · .is-selected class selected row.
.lucent-table__pagination class optional footer bar.