github graphieros/vue-data-ui v2.4.71

latest releases: v3.0.23, v3.0.22, v3.0.21...
7 months ago

New celebration and celebrationNight themes

A few screenshots to give you a taste of these new themes:

image
image
image
image
image

Check out the Themes tab in the docs pages

Celebration palettes can be retrieved through the getPalette utility function:

import { getPalette } from "vue-data-ui";

const celebrationPalettes = computed(() => {
  return {
    celebration: getPalette('celebration'),
    celebrationNight: getPalette('celebrationNight')
  }
});

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.