Skip to content

Commit

Permalink
Update UI Kit to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Feb 22, 2023
1 parent 1744d86 commit cb54975
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const UIKitPage = (props) => {
</Head>
<div className="content-section">
<div style={{ borderRadius: '50px', maxHeight: '500px' }} className="overflow-hidden mb-5 flex align-items-center">
<img alt="PrimeReact Designer" src={`https://primefaces.org/cdn/primereact/images/uikit/primeone-cover-${props.dark ? 'dark' : 'light'}.jpeg`} className="w-full" />
<img alt="PrimeReact Designer" src={`https://primefaces.org/cdn/primereact/images/uikit/primeone-cover-${props.dark ? 'dark' : 'light'}.jpg`} className="w-full" />
</div>

<div className="card mb-5" style={{ borderRadius: '50px' }}>
Expand Down Expand Up @@ -49,6 +49,10 @@ const UIKitPage = (props) => {
<i className="pi pi-check-circle text-green-600 mr-2"></i>
<span className="font-bold">Interactive Components</span>
</li>
<li class="flex align-items-center w-12 p-3">
<i class="pi pi-check-circle text-green-600 mr-2"></i>
<span class="font-bold">Boolean, Instance Swap and Text Properties</span>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -106,15 +110,15 @@ const UIKitPage = (props) => {

<div className="flex flex-column md:flex-row gap-4 md:gap-8 mb-5">
<a
href="https://www.figma.com/file/c3BuENd8nGcyPmn7ADieee/Preview-%7C-PrimeOne-2022-%7C-1.0.0?node-id=806%3A36648"
href="https://www.figma.com/file/1rMJ9BAiZovyQYNUG06T0j/Preview-%7C-PrimeOne-%7C-2.0?node-id=806%3A36648&t=MnxlHT9snz8Y6DwL-1"
className="p-5 w-full md:w-6 bg-white flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
style={{ borderRadius: '50px' }}
>
<span className="text-gray-900 text-4xl font-bold mb-5">Preview Light</span>
<img alt="PrimeReact Designer" src="https://primefaces.org/cdn/primereact/images/uikit/logo-figma-light.svg" className="w-4rem" />
</a>
<a
href="https://www.figma.com/file/LJBqVfMpK8xY6KR2KIc8RK/Preview-%7C-Dark-%7C-PrimeOne-2022-%7C-1.0.0?node-id=806%3A36648"
href="https://www.figma.com/file/lwsadx20eWq3UWS4eAxCYo/Preview-%7C-Dark-%7C-PrimeOne-%7C-2.0?node-id=806%3A36648&t=Qw2Pi6W4Q4rtbnZ5-1"
className="p-5 w-full md:w-6 bg-gray-900 flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
style={{ borderRadius: '50px' }}
>
Expand Down
Binary file added public/images/uikit/primeone-cover-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/uikit/primeone-cover-light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit cb54975

@vercel
Copy link

@vercel vercel bot commented on cb54975 Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact – ./

primereact-primetek.vercel.app
primereact-git-prod-primetek.vercel.app
primereact.org

Please sign in to comment.