I'm fairly new to React and Microsoft's Fabric. I've been trying to figure out if I can change the layout of elements inside a <GroupHeader>
Looking at the source it's not totally clear to me if the elements follow some sort of layout style, or if they just appear in the order of declaration inside the render function. I was hoping to rearrange some elements rather than create a completely custom <GroupHeader>
. I've tried adjusting some CSS properties and passing those in as a className
, but it hasn't worked.
Is there a way to do that? Or what would be the best approach to this task?