vue daily schedule
Vue daily schedule is a custom Vue2 component to manage repeated schedule. It's a straightforward scheduler component you can use.
Install
Node
npm install vue-daily-scheduler
# or yarn
yarn add vue-daily-scheduler
Browser
then, use inside a component
use it inside vue template
Props
Props | Desc | Type | Default |
---|---|---|---|
bg |
Block scheduler bacground color | String |
#223642 |
bgHover |
Block scheduler bacground color when on hover | String |
#84dafc7a |
bgActive |
Block scheduler bacground color when active | String |
#84c9fc |
textColor |
Text color inside block scheduler | String |
#000 |