Unplanned
Last Updated: 06 Jun 2024 07:28 by ADMIN
Created by: Youniss
Comments: 1
Category: Splitter
Type: Feature Request
0

I am using the Splitter component and it would be great if the Splitter allows the user to set its width (or other dimensions) in rems (e.g. 20rem).

For example:

const [horizontalPanessetHorizontalPanes] = React.useState<Array<any>>([
    { size: '20%'min: '20rem' },
    {},
    { size: '20%' },
  ]);