ordina-jworks-logo
v0.0.9
Published
Ordina JWORKS Logo
Downloads
12
Readme
Ordina Jworks Logo
Using this component
Dark theme
<ordina-jworks-logo theme='dark'></ordina-jworks-logo>Light theme
<ordina-jworks-logo theme='light'></ordina-jworks-logo>Script tag
- Put a script tag similar to this
<script src='https://unpkg.com/[email protected]/dist/ordinajworks.js'></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install ordina-jworks-logo --save - Put a script tag similar to this
<script src='node_modules/ordina-jworks-logo/dist/ordinajworks.js></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
In a stencil-starter app
- Run
npm install ordina-jworks-logo --save - Add
{ name: 'ordina-jworks-logo' }to your collections - Then you can use the element anywhere in your template, JSX, html etc
