New celebration
and celebrationNight
themes
A few screenshots to give you a taste of these new themes:
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')
}
});