Thursday, March 28, 2024

How to Build interactive Design in Power Pages

  1.  Need to Create a design in figma/or any UX tool
  2. Create a Power pages site.
  3. Create new Page
  4. Open page in VS Code
  5. in every page there are there types of files
    1. HTML
    2. CSS
    3. Java Script
  6. Convert your design in to Html and Paste in Html file
  7. add CSS in CSS file
  8. and if you need any jQuery or java Script add in JS file
  9. Sync your page
  10. Your Page is Ready 

How to Build interactive Design in Power Pages

 Need to Create a design in figma/or any UX tool Create a Power pages site. Create new Page Open page in VS Code in every page there are the...