UNPKG
@jzolago/bootstrap-vue-daterange
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
This is a simple date range input built for Bootstrap-Vue.
@jzolago/bootstrap-vue-daterange
/
dist
/
demo.html
9 lines
(7 loc)
•
242 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
meta
charset
=
"utf-8"
>
<
title
>
bootstrap-vue-daterange demo
</
title
>
<
script
src
=
"./bootstrap-vue-daterange.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./bootstrap-vue-daterange.css"
>
<
script
>
console
.
log
(bootstrap-vue-daterange)
</
script
>