@storybynumbers/jck-logo
v1.0.3
Published
JCK logo
Downloads
3
Readme
jck-logo
Installation
npm install @storybynumbers/jck-logo --save
This is privately distributed. Contact Jason Yergeau for access.
Usage
Using NPM
1 . Require jck-logo after installation
import Logo from '@storybynumbers/jck-logo';
2 . Include the component
<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.