Skip to main content

Matrix align

<MatrixAlign
onChange={(value) => setData(value)}
value={data}
/>

Highlighted props

For the complete list of props, use your IDE's autocomplete functionality.

Matrix size

3x3 is the default size. If needed, 2x2 can be set with the size prop.

<MatrixAlign
onChange={(value) => setData(value)}
value={data}
/>

Label

<MatrixAlign
onChange={(value) => setData(value)}
value={data}
label='Alignment'
icon={icons.emptyRect}
/>