Table


<Table hasBorder={hasBorder} isMonoHeader={isMonoHeader}>
	<tr>
		<th>Color Mode</th>
		<th>Description</th>
	</tr>
	<tr>
		<td>Display P3</td>
		<td>Wider color space than sRGB, more vibrant colors.</td>
	</tr>
	<tr>
		<td>HSL</td>
		<td>Defines colors by hue, saturation, and lightness.</td>
	</tr>
</Table>

NameTypeDescriptionRequired
children
HeliosChildrenType
-
Yes
hasBorder
boolean
-
isMonoHeader
boolean
-