mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add color palette sample
This commit is contained in:
parent
e80bd4ae3e
commit
8b075c1de1
7 changed files with 80 additions and 93 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue