UNPKG

@storybynumbers/jck-logo

Version:
37 lines (24 loc) 757 B
# jck-logo ## Installation ```sh npm install @storybynumbers/jck-logo --save ``` This is privately distributed. Contact [Jason Yergeau](mailto:jason@storybynumbers.com) for access. ## Usage **Using NPM** 1 . Require jck-logo after installation ```js import Logo from '@storybynumbers/jck-logo'; ``` 2 . Include the component ```jsx <Logo language={lang} logoStyle="white" /> ``` ## Options Property|Type |Description |:---|:---|:--- logoStyle | String | Either "black" or "white". Defaults to black logo with white background ("black"). language | String | Either "nl" or "en". Defaults to Dutch ("nl"). width | Number | Width of the logo. Defaults to 100. ## Maintainers [Story by Numbers](https://github.com/storybynumbers)