Skip to content

Commit

Permalink
Add designer section
Browse files Browse the repository at this point in the history
  • Loading branch information
onursenture committed Mar 2, 2020
1 parent 3e51714 commit e9530de
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/sass/layout/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,21 @@
}
}

/* DESIGNER */
.primereact-designer {
background-color: #ffffff;
padding: 30px;
h3 {
margin: 10px 0 20px 0;
display: block;
text-align: center;
}
img {
width: 100%;
margin-bottom: 30px;
}
}

/* Templates */
.templates-grid {
text-align: center;
Expand Down
14 changes: 14 additions & 0 deletions src/showcase/home/HomeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@ export class HomeComponent extends Component {
</div>
</div>
</div>

<div className="primereact-designer">
<h3>PrimeReact Designer API</h3>
<div class="p-grid">
<div className="p-col-12">
<img alt="PrimeReact Designer" src="showcase/resources/images/primereact-designer.jpg" />
<p><a href="https://www.primefaces.org/designer/primereact">Designer API</a> is a SASS based theme engine to create PrimeReact 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.</p>

<p>Visit <a href="https://www.primefaces.org/designer/primereact">Designer API HomePage</a> for more information, live demos and access to a trial version.</p>
</div>
</div>
</div>

<div className="prosupport">
<div className="p-grid">
<div className="p-col-12 p-md-6">
Expand Down

0 comments on commit e9530de

Please sign in to comment.