eventbree-logo
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Built With Stencil

Current Version: 0.0.4

Getting Started

Logos

To use the Eventbree Logo Component:

<!-- Eventbree Logo-->
<eventbree-logo icon-color="#fff" primary-color="#fff" secondary-color="#fff" ></eventbree-logo><eventbree-logo icon-color="#E5303E" icon-bg-color="#fff" primary-color="#E5303E" secondary-color="#262526"></eventbree-logo>
 
<!-- Eventbree Icon-->
<eventbree-logo icon-color="#E5303E" icon-bg-color="#fff" icon-only="true"></eventbree-logo>
 
<!-- Eventbree Corporate Logo-->
<eventbree-logo type="corporate" icon-color="#E5303E" icon-bg-color="#fff" primary-color="#E5303E" secondary-color="#262526"></eventbree-logo>
 
<!-- Eventbree Corporate Icon-->
<eventbree-logo type="corporate" icon-color="#E5303E" icon-bg-color="#fff" icon-only="true"></eventbree-logo>
 
<!-- Eventbree TV Logo-->
<eventbree-logo type="tv" icon-color="#E5303E" icon-bg-color="#fff" primary-color="#E5303E" secondary-color="#262526"></eventbree-logo>
 
<!-- Eventbree TV Icon-->
<eventbree-logo type="tv" icon-color="#E5303E" icon-bg-color="#fff" icon-only="true"></eventbree-logo>
 

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/eventbree-logo@0.0.4/dist/eventbreelogo.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 eventbree-logo --save
  • Put a script tag similar to this <script src='node_modules/eventbree-logo/dist/eventbreelogo.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 eventbree-logo --save
  • Add an import to the npm packages import eventbree-logo;
  • Then you can use the element anywhere in your template, JSX, html etc

Readme

Keywords

none

Package Sidebar

Install

npm i eventbree-logo

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

340 kB

Total Files

31

Last publish

Collaborators

  • tedbree