<template>
    <Wb-input-date-picker position="bottomLeft"  />
    <Wb-input-date-picker position="bottomRight" />
    <Wb-input-date-picker position="topLeft" />
    <Wb-input-date-picker position="topRight" />
</template>
<script>
export default {
}
</script>