diff --git a/public/showcase/resources/images/layouts/avalon-react.png b/public/showcase/resources/images/layouts/avalon-react.png new file mode 100644 index 0000000000..92558d3c1d Binary files /dev/null and b/public/showcase/resources/images/layouts/avalon-react.png differ diff --git a/public/showcase/resources/images/layouts/themeswitcher-avalon.png b/public/showcase/resources/images/layouts/themeswitcher-avalon.png new file mode 100644 index 0000000000..029a23554d Binary files /dev/null and b/public/showcase/resources/images/layouts/themeswitcher-avalon.png differ diff --git a/public/showcase/resources/images/layouts/themeswitcher-ultima.png b/public/showcase/resources/images/layouts/themeswitcher-ultima.png new file mode 100644 index 0000000000..6cd6e90129 Binary files /dev/null and b/public/showcase/resources/images/layouts/themeswitcher-ultima.png differ diff --git a/public/showcase/resources/images/layouts/ultima-react.png b/public/showcase/resources/images/layouts/ultima-react.png new file mode 100644 index 0000000000..2968c9769f Binary files /dev/null and b/public/showcase/resources/images/layouts/ultima-react.png differ diff --git a/public/showcase/resources/images/primereact-logo.png b/public/showcase/resources/images/primereact-logo.png index f06677cc01..a356078755 100644 Binary files a/public/showcase/resources/images/primereact-logo.png and b/public/showcase/resources/images/primereact-logo.png differ diff --git a/src/App.js b/src/App.js index 2d09c1cd46..8c99906137 100644 --- a/src/App.js +++ b/src/App.js @@ -85,6 +85,26 @@ class Home extends Component {
users
+
+

Premium Application Templates for PrimeReact

+

Based on create-react-app, develop awesome applications in no time using the premium templates + of PrimeReact and impress your users.

+ +
+
+

Ultima with Material Design

+ + Avalon + +
+
+

Avalon with Bootstrap Styling

+ + Avalon + +
+
+
@@ -384,6 +404,9 @@ class App extends Component {
  • THEMING
  • Guide
  • +
  • PREMIUM
  • +
  • Ultima (Material)Ultima
  • +
  • Avalon (Bootstrap)Avalon
  • THEMES
  • Omega
  • Cruze
  • diff --git a/src/sass/App.scss b/src/sass/App.scss index 8f41abe125..c4fdbed8c4 100644 --- a/src/sass/App.scss +++ b/src/sass/App.scss @@ -169,6 +169,7 @@ body { img { width: 32px; vertical-align: middle; + margin-right: 4px; } .ui-text { @@ -727,6 +728,23 @@ body { } } } + + .templates { + background-color: #f5f7f8; + text-align: center; + padding: 30px; + border-bottom: 1px solid #c4c5c6; + + h3 { + font-size:24px; + color: #484848; + margin-bottom: 25px; + } + + img { + width: 100%; + } + } /* PRO */ .prosupport {