Socket
Socket
Sign inDemoInstall

avo-placeholder

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    avo-placeholder

Placeholder Component


Version published
Weekly downloads
3
Maintainers
1
Install size
16.4 MB
Created
Weekly downloads
 

Readme

Source

Built With Stencil

Placeholder Webcomponent

Item Placement

The below chart details the item slots and where it will place the element inside of the item:

SlotDescription
startPlaced at the top of all other content.
contentPlaced in the middle of all other conent.
endPlaced at the bottom of all other content.
nonePlaced inside of the input wrapper.

Using this component

Script tag

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

FAQs

Last updated on 19 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc