A component which presents a permutation (a shuffled copy) of the pieces of input content.
<Permutation>
{/* children */}
{[
'one',
'two',
'three',
'four',
]}
</Permutation>
children (ReactNodeArray)
: A list of content to be presented in shuffled order.