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 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.

+
+
+