@vueniquejs/vuenique

1.0.3 • Public • Published

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!

Package Sidebar

Install

npm i @vueniquejs/vuenique

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

221 kB

Total Files

72

Last publish

Collaborators

  • ahaile923
  • acorlin16
  • sleepymia
  • jm1199
  • icyjazz