Add color palette sample

This commit is contained in:
Cagatay Civici 2024-05-28 09:18:34 +03:00
parent e80bd4ae3e
commit 8b075c1de1
7 changed files with 80 additions and 93 deletions

View file

@ -16,6 +16,8 @@
export default {
data() {
return {
shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950],
colors: ['primary', 'surface'],
code1: {
basic: `
npm i tailwindcss-primeui