JSPM

@sollentson/vue-trend

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q33845F
  • License MIT

vue-trend Vue component

Package Exports

  • @sollentson/vue-trend

Readme


Vue Trend

🌈 Simple, elegant spark lines for Vue.js


vue

Docs / Live Demo

Installation


npm i @sollentson/vue-trend

Usage


Script

import VTrend from "@sollentson/vue-trend"

Vue Template

    <VTrend
        :gradient="['#6fa8dc', '#42b983', '#2c3e50']"
        gradient-direction="top"
        :stroke-width="1"
        linecap="round"
        :padding="8"
        :radius="8"
    />