allow creating new component using this syntax: ```jsx const MyComponent = Show.of(Text); ``` and applying it as follows: ```jsx <MyComponent showIf={true}>Hey</MyComponent> ```