Skip to content

v2.4.71

Latest
Compare
Choose a tag to compare
@graphieros graphieros released this 09 Jan 08:40

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')
  }
});