Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 520 Bytes

File metadata and controls

9 lines (8 loc) · 520 Bytes

look

look is the core function which wraps an existing React Component in order to resolve plugins and mixins.
Optionally pass some configuration which will get merged with the global configuration and be active only within the wrapped Component.

look(Component [, config])

Parameter Description 
 Component Valid React Component you want to enhance with styles
config An object containing all configuration settings