This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

shapla-icon-container

1.0.1 • Public • Published

shapla-icon-container

The icon-container component is a container for any type of icon font. Because the icons can take a few seconds to load, and because you want control over the space the icons will take, you can use the icon class as a reliable square container that will prevent the page to "jump" on page load.

Table of contents

Installation

npm i shapla-icon-container

Usage

Add the component:

import iconContainer from 'shapla-icon-container';

export default {
  name: 'Hello',

  components: {
    iconContainer
  },
}
<icon-container size="medium"><i class="fas fa-fw"></i></icon-container>

Props

Property Type Required Default Description
size String no `` Value can be small or medium or large
hoverable Boolean no false If set true, transparent background color will be added on hover

Package Sidebar

Install

npm i shapla-icon-container

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

267 kB

Total Files

14

Last publish

Collaborators

  • sayful