0.4.5 • Published 9 months ago

test22weatherbox v0.4.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Demo

Demo link : Click here

Installation

Install test22weatherbox with npm

  npm install test22weatherbox

or with docker

  docker pull mrpinacolada/tests:latest

Usage/Examples

import :

  import {mountWeatherModule} from "test22weatherbox";
  import "test22weatherbox/dist/test22weatherbox.css";

Usage :

onMounted(()=>{
mountWeatherModule('id_of_your_div')
})