This repository hosts a custom web component to display random dog images or videos from random.dog service.
<be-dog class="[CLASS]"></be-dog>
Where:
- CLASS -> CSS class for styling.
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.