diff --git a/pages/uikit/index.vue b/pages/uikit/index.vue index 66a4c4240..232d5574f 100644 --- a/pages/uikit/index.vue +++ b/pages/uikit/index.vue @@ -37,10 +37,14 @@ Interactive Components -
  • +
  • Boolean, Instance Swap and Text Properties
  • +
  • + + Nested Instances +
  • @@ -73,7 +77,7 @@ PrimeVue Designer -
    +
    PrimeVue Designer
    @@ -94,24 +98,49 @@
    +
    +
    +
    TOKENS STUDIO
    +
    Tokens Support
    +

    Empower yourself with unprecedented control over your designs. Tokens Studio integration unlocks a whole new level of flexibility, allowing you to create and manage design tokens seamlessly.

    + + +
    +
    + Tokens Support +
    +
    Preview Light - PrimeVue Designer + Figma Light Preview Dark - PrimeVue Designer + Figma Dark
    @@ -144,6 +173,10 @@ Interactive Components +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -184,6 +217,10 @@ Interactive Components
  • +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -224,6 +261,10 @@ Interactive Components
  • +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -299,7 +340,7 @@ export default { }, computed: { coverImage() { - const image = this.$appState.darkTheme ? 'images/uikit/primeone-cover-dark.jpg' : 'images/uikit/primeone-cover-light.jpg'; + const image = this.$appState.darkTheme ? 'images/uikit/primeone-cover-dark.jpeg' : 'images/uikit/primeone-cover-light.jpeg'; return 'https://primefaces.org/cdn/primevue/' + image; }