function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vidys SagarVidys Sagar 

i need some one help me how to create a page like this

User-added image i need to create to page like this and i need to insert into a tab .can any one give a idea how to go through this
alsinan nazimalsinan nazim
Hi Vidys

The above design is the LEX App Launcher theme and you can have the corresponding HTML markup of the same with SLDS style class from here: https://www.lightningdesignsystem.com/components/app-launcher/

You can create a Visualforce Page and paste the given markup. Enable Lightning StyleSheets to true in page header.
Then create a Tab for Visualforce Page from Tabs>>Visualforce Tabs>> your page.
Assign the created Tab to any Apps/Salesforce.

You can use <apex:slds/> tag in your page to get the SLDS styles working, and then do your customisations.
Hope that helps.
Regards.
Ravindra Kashyap 2Ravindra Kashyap 2
You can create a similar page by using lightning component. Using Lightning Design System you can easily design your page. I am also trying to copy, functionality and design of standard Opportunity page and trust me it is very easy to this using "Lightning Design System".

for know more about Lightning Design System you can go through following link :
https://www.lightningdesignsystem.com/

for lightning documentation please check below link :
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm

I hope it will help you. If you find another way to do this, then please also share with me I'll more than happy to learn that :)