mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-23 07:50:32 +03:00
chore: update README.md
This commit is contained in:
@@ -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)
|
[Homepage of the project](https://infectoone.github.io/vue-ganttastic-homepage/#/docs)
|
||||||
|
|
||||||
|
[DEMO](https://tenrok.github.io/vue-ganttastic/)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can install and use Vue-Ganttastic in your project using <kbd>npm</kbd>:
|
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">
|
<style lang="scss">
|
||||||
@import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css';
|
@import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css';
|
||||||
|
|
||||||
// Custom
|
/* Custom */
|
||||||
.g-grid-line-highlighted {
|
.g-grid-line-highlighted {
|
||||||
background: #ffb0b0;
|
background: #ffb0b0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user