Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.39 KB

Salesforce LWC Tile Menu

Ready to use LWC Component to generate tile menus from Objects

This tile menu is an example on how a tile menu can be created via a LWC to show a record list in Salesforce. You will be able to:

  • Create a tile menu for Custom and Standard Objects
  • Associate a logo or image to each record.
  • Have a ready to use LWC in Lightning pages.

image

You can modify the recordListTileView.js-meta.xml to enable the component in additional pages, the ones by default are the Home Page and Community Pages.

    <targets>
        <target>lightningCommunity__Default</target>
        <target>lightningCommunity__Page</target>
        <target>lightning__HomePage</target>
    </targets>

Installation

Before starting make sure Lightning is enabled in your org.

Get the repository

git clone https://github.com/nereagit/TileViewRecordList

Deploy the components in your org, for this you should be authenticated with your target org.

sfdx auth:web:login --setdefaultdevhubusername --setalias my-hub-org 
sfdx force:source:deploy --manifest "<project-forder-path>/TileViewRecordList/manifest/package.xml" 

Development

Want to contribute? Great! Reach out or open a pull request in the project, any contribution is welcome!