Definition List

A semantic list of term-description pairs for presenting metadata or key-value information.

200
Successful request.
400
The request was not acceptable, often indicates the parameters were not correct.
401
The API key used was invalid.
403
The API key used did not have the correct permissions.
404
The resource was not found.
5xx
Indicates an error with WorkOS servers.

This component is based on the semantic HTML <dl> element and supports common margin props m, mx, my, ml, mr, mt, mb. View source

The main container for the definition list. Maps to the HTML <dl> element.

A wrapper for a term-details pair. Maps to a <div> element that contains both a term and its corresponding details.

Defines a term in a definition list. Maps to the HTML <dt> element.

Provides the definition/description for the preceding term. Maps to the HTML <dd> element.