<div align="center"> <img src="https://github.com/MatijaNovosel/tri-state-checkbox/assets/36193643/3d93f8b2-7f57-41b9-9bb2-dce3b79b051b" /> </div>
npm install vue-tri-state-checkboxA material tri state checkbox component for Vue 3. Part of my component export tutorial.
bash
yarn add vue-tri-state-checkbox
`
📺 Demo
https://matija-components.vercel.app/tri-state-checkbox
⚙️ Usage
Import the component locally or define it globally and include the css file:
`vue
`
📃 Props
| Name | Type | Default | Description |
| ---------- | ------------------ | ------- | ---------------------------------- |
| v-model | boolean/null | | Standard two way input |
| disabled | boolean | false | Makes the component uninteractable |
| color | string | #3ba13b | Color of the checkbox background |
| label | string/undefined` | | Checkbox label |