Does anybody have some help on how to create the following UI items within a Firefly app?
Thanks in advance for any hints on this topic.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies