Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 414 Bytes

File metadata and controls

17 lines (10 loc) · 414 Bytes

Be-cat Web Component with x-tag

This repository hosts a custom web component to display random cat images or videos from random.cat service.

Usage

<be-cat class="[CLASS]"></be-cat>

Where:

  • CLASS -> CSS class for styling.

Build

Just run npm install the first time to get the dependencies, then npm run build. A demo page can be found in demo directory for testing.