Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

avo-placeholder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avo-placeholder

Placeholder Component

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 19 May 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc