Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 348 Bytes

Permutation.md

File metadata and controls

21 lines (16 loc) · 348 Bytes

Permutation

A component which presents a permutation (a shuffled copy) of the pieces of input content.

Example

<Permutation>
  {/* children */}
  {[
    'one',
    'two',
    'three',
    'four',
  ]}
</Permutation>

Property arguments

children (ReactNodeArray): A list of content to be presented in shuffled order.