1.0.3 • Published 2 years ago

@vueniquejs/vuenique v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vuenique

Vuenique is a low-level component visualization library that utilizes Vue's use of a virtual DOM to bring the power of D3 to Vue without competiton for the DOM.

Current features include:

  • High utility chart types such as bar charts, line graphs, and scatter plots
  • Primitive components built around Vue and D3
  • Utility-first approach that allows you to customize visuals as needed
  • Declarative components that are simple and logical to use

Installation

Install with npm:

npm install @vueniquejs/vuenique

Getting Started

  1. Import the components you need from the package.
import { Bar } from @vueniquejs/vuenique
  1. Pass in the necessary props.
<Bar x="5" y="5"/>
  1. See your component render!

Check out our gallery for more examples of what you can build.

Contributing

Any contributions are greatly appreciated! If you have a suggestion that would make this better, please check out our Github repo here. You can fork the repo and create a pull request, or you can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!