From 34646c624dbf3701afe76751c145ee967ce7229e Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Mon, 2 Mar 2020 17:59:54 +0300 Subject: [PATCH 1/2] Add hero image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a9a2d8fe..592addfeb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Join the chat at https://gitter.im/primefaces/primevue](https://badges.gitter.im/primefaces/primevue.svg)](https://gitter.im/primefaces/primevue?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![PrimeVue Hero](https://www.primefaces.org/wp-content/uploads/2020/03/primevue-github-02032020.jpg "PrimeVue Hero")](https://www.primefaces.org/primevue) # PrimeVue From ad3a0b50b7e43e9ba3fbea9887130bb8b8aed041 Mon Sep 17 00:00:00 2001 From: onursenture Date: Mon, 2 Mar 2020 21:20:53 +0300 Subject: [PATCH 2/2] Add designer section --- src/assets/styles/app.scss | 16 ++++++++++++++++ src/views/Home.vue | 12 ++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index ac576cca8..11ba895b9 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -1220,6 +1220,22 @@ a { } } + /* DESIGNER */ + .primevue-designer { + background-color: #ffffff; + padding: 30px; + h3 { + margin: 10px 0 20px 0; + display: block; + text-align: center; + font-size: 24px; + } + img { + width: 100%; + margin-bottom: 30px; + } + } + .icons-page { .icons-list { text-align: center; diff --git a/src/views/Home.vue b/src/views/Home.vue index 3276acb2e..e16b2df18 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -170,6 +170,18 @@ +
+

PrimeVue Designer API

+
+
+ PrimeReact Designer +

Designer API is a SASS based theme engine to create PrimeVue themes easily featuring over 500 variables, + a demo application and a base sample theme. Whether you have your own style guide or just need a custom theme, Designer API is the right tool to design and bring them to existence.

+ +

Visit Designer API HomePage for more information, live demos and access to a trial version.

+
+
+