Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 415 Bytes

Be-dog Web Component with x-tag

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

Usage

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

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.