Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 809 Bytes

sub-components.md

File metadata and controls

18 lines (13 loc) · 809 Bytes

Predefined Components

Every Component below will receive the props you passed down. Plus it accepts a few selectless specific props :

property type description
render function Allow to overwrite the render of the component

The parameters received by the render function depends for each components. To know the parameters and return value of each function/props passed by the context of selectless please refer to the controller in the HOC section.

List of Predefined Components