1.0.3 • Published 8 years ago
@storybynumbers/jck-logo v1.0.3
jck-logo
Installation
npm install @storybynumbers/jck-logo --saveThis 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. |