@vanillawc/wc-bullet-chain

Fancy chained bullet points as a vanilla web component

Usage no npm install needed!

<script type="module">
  import vanillawcWcBulletChain from 'https://cdn.skypack.dev/@vanillawc/wc-bullet-chain';
</script>

README

<wc-bullet-chain> BBC-style chained unordered list

GitHub Releases NPM Releases Bundlephobia Latest Status Release Status

Discord Published on WebComponents.org

Setup

Install and import from NPM

npm i @vanillawc/wc-bullet-chain
<script type="module" src="[node_modules]/@vanillawc/wc-bullet-chain/index.js"></script>

Import from SkyPack CDN

<script type="module" src="https://cdn.skypack.dev/@vanillawc/wc-bullet-chain"></script>

Demo

Try it on WebComponents.dev

Usage

<wc-bullet-chain>
  <li>one</li>
  <li>two</li>
  <li>three</li>
  <li>four</li>
</wc-bullet-chain>

Contributing

See CONTRIBUTING.md