2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-18 20:40:33 +03:00

chore: update README.md

This commit is contained in:
2021-11-19 10:31:11 +03:00
parent 413b120bd3
commit df16cc569c
+3 -1
View File
@@ -8,6 +8,8 @@ A simple and easy-to-use Gantt chart component for Vue.js
[Homepage of the project](https://infectoone.github.io/vue-ganttastic-homepage/#/docs)
[DEMO](https://tenrok.github.io/vue-ganttastic/)
## Installation
You can install and use Vue-Ganttastic in your project using <kbd>npm</kbd>:
@@ -112,7 +114,7 @@ The following code showcases a simple usage example in a .vue SFC (Single File C
<style lang="scss">
@import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css';
// Custom
/* Custom */
.g-grid-line-highlighted {
background: #ffb0b0;
}