Avatar

Correct answer by
Employee

Hi @Urs_Boller ,

1. For app layout, you could leverage the Flex and Grid components in React Spectrum.

https://react-spectrum.adobe.com/react-spectrum/layout.html

https://react-spectrum.adobe.com/react-spectrum/Flex.html

https://react-spectrum.adobe.com/react-spectrum/Grid.html

In your case, Flex would be more suitable.

2. For table data, you could use the Table component. Currently it is in alpha release, but you are welcomed to try it out. Please let us know if you have any issue.

https://react-spectrum.adobe.com/releases/2020-08-18.html#released-packages

Sample code: https://github.com/adobe/react-spectrum/blob/main/packages/%40react-spectrum/table/stories/Table.sto...

View solution in original post