Vue- horizontal-timeline: Horizontal timetable element for Vue.js #.\n\nVue-horizontal-timeline is a simple parallel timeline part made along with Vue.js (partner with Vue 2 & Vue 3).\nTrial.\nInteract with a functioning Trial on https:\/\/codesandbox.io\/s\/o4o10xynoz.\nStorybook.\nHead to https:\/\/vue-horizontal-timeline.netlify.com.\nExactly how to put in.\nnpm.\n$ npm mount vue-horizontal-timeline-- conserve.\nyarn (recommended).\n$ yarn incorporate vue-horizontal-timeline.\nFlying start.\nVue.js.\nYou can import in your main.js file.\nimport Vue coming from \"vue\".\nbring in VueHorizontalTimeline from \"vue-horizontal-timeline\".\n\nVue.use( VueHorizontalTimeline)'.\n\nOr regionally in any element.\n\n' import VueHorizontalTimeline from \"vue-horizontal-timeline\".\n\/\/ In v0.8+ you do not need to have the brackets above.\n\nexport nonpayment \ncomponents: \nVueHorizontalTimeline,.\n,.\n.\nNuxt.js.\nYou can easily import as a Nuxt.js plugin.\n~\/ plugins\/vue-horizontal-timeline. js'.\n\n' bring in Vue from \"vue\".\nbring in VueHorizontalTimeline from \"vue-horizontal-timeline\".\n\nVue.use( VueHorizontalTimeline).\n\nand afterwards import it in your 'nuxt.config.js' documents.\n\nplugins: [~\/ plugins\/vue-horizontal-timeline. js\"].\nGeneral utilization.\n\n\n\n\n\nProps.\nproducts.\nType: Range.\nDefault: null.\nExplanation: Selection of contest be displayed. Should have at least an information property.\nitem-selected.\nStyle: Item.\nNonpayment: {-String.Split- -}\nExplanation: Things that is actually specified when it is actually clicked. Keep in mind that clickable uphold must be set to true.\nitem-unique-key.\nType: Cord.\nNonpayment: \".\nSummary: Trick to set a blue perimeter to the memory card when it is clicked (clickable.\nuphold need to be actually readied to true).\ntitle-attr.\nStyle: String.\nDefault: 'title'.\nSummary: Name of the residential or commercial property inside the items, that remain in the items selection, to put the memory cards headline.\ntitle-centered.\nStyle: Boolean.\nDefault: false.\nDescription: Centralizes the memory cards title.\ntitle-class.\nKind: Strand.\nNonpayment: \".\nClassification: If you intend to set a customized class to the memory cards headline, prepared it below.\ntitle-substr.\nStyle: Strand.\nDefault: 18.\nDescription: Lot of figures to present inside the memory cards title. Over this, will set a '...' mask.\ncontent-attr.\nStyle: String.\nDefault: 'web content'.\nSummary: Name of the residential property inside the things, that remain in the things variety, to put the cards web content.\ncontent-centered.\nKind: Boolean.\nNonpayment: incorrect.\nClassification: Centralizes all the memory cards satisfied text message.\ncontent-class.\nKind: String.\nNonpayment: \".\nDescription: If you wish to set a personalized training class to the memory cards material, set it right here.\ncontent-substr.\nKind: Cord.\nNonpayment: 250.\nDescription: Lot of characters to feature inside the memory cards content. Above this, are going to put a '...' mask.\nmin-width.\nStyle: Cord.\nNonpayment: '200px'.\nClassification: Min-width of the timeline.\nmin-height.\nKind: String.\nDefault: \".\nClassification: Min-height of the timeline.\ntimeline-padding.\nStyle: Strand.\nDefault: \".\nDescription: Padding of the timetable.\ntimeline-background.\nType: String.\nNonpayment: '#E 9E9E9'.\nDescription: History colour of the entire timeline.\nline-color.\nStyle: Chain.\nNonpayment: '
03A9F4'.Description: Different colors of free throw line inside the timeline.clickable.Style: Boolean.Nonpayment: real.Description: Helps make the card clickable that returns the things.You can easily additionally modify the measure color and also the design of each item utilizing the stepCssClass and boxCssClass qualities inside each product:.const example1 = label: "Label example 1",.content:." Lorem ipsum dolor rest amet, consectetur adipiscing elit. Ut ex-boyfriend dolor, malesuada luctus scelerisque hvac, auctor vitae risus. Vivamus risus dolor, faucibus a bibendum quis, facilisis eget odio.",.stepCssClass: 'has-step-green',.boxCssClass: 'has-color-red'..Growth.Keep in mind: Additions are quite accepted, however is really essential to open up a brand new issue making use of the concern template just before you begin focusing on anything, so our team can review it just before hand.Fork the project and also enter this influences in your terminal.$ git duplicate https://github.com/YOUR_GITHUB_USERNAME/vue-horizontal-timeline.git.$ cd vue-horizontal-timeline.$ yarn.Storybook.For visual screening, this venture has storybook which you can run by performing the upcoming order.$ anecdote storybook.Jest.Prior to helping make the PR, if you changed something that requires to become checked, please create the tests inside the tests/unit directory.To operate the tests, you may make use of the upcoming order.$ anecdote test: unit.CSS.All the CSS is at src/assets/css/ style.scss.If you produce any improvements in that data, you will certainly require to run yarn build to build it, considering that the component uses the minified version at src/assets/css/ style.min.css.Commitlint.This venture adheres to the commitlint guidelines, along with minor adjustments.You can easily devote using npm run devote to help you with that.There's a pre-push hook that runs all the system evaluates just before you may drive it.If an inaccuracy develops, you can easily make use of the npm run dedicate: retry demand that jogs the previous npm operate devote that you currently loaded.