1.0.21 • Published 3 years ago

@vanillawc/wc-icon-rule v1.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

Installation

npm i @vanillawc/wc-icon-rule

Import from NPM

<script type="module" src="node_modules/@vanillawc/wc-icon-rule/index.js"></script>

Import from CDN

<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-icon-rule@1/index.js"></script>

Demo

Try it on WebComponents.dev

Usage

Custom Styles

  • --width - width of the icon (default 32px)
  • --height - height of the icon (default 32px)
  • --space-around - space around the icon (default 1em)
  • --hr-width - horizontal rule width (default 1px)
  • --hr-style - horizontal rule style (default solid)
  • --hr-color - horizontal rule color (default black)

Basic Usage

Add the icon as a child of the element

  <wc-icon-rule>
    <img src="twitter.svg" alt="">
  </wc-icon-rule>  

Note: While this is intended for use with icons, the icon can be any element that accepts display: inline-block

Contributing

See CONTRIBUTING.md

1.0.19

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago