You need to sign in to do that
Don't have an account?
Working with Lightning Design System framework, locally.
Hello,
I'd like to design the front end of my app using the Lightning Design System framework before I hook it up to the backend of my salesforce org. I downloaded the resources from https://www.lightningdesignsystem.com. This is the resources I have connect to my index.html
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <head> <title>Project Name</title> <link rel="stylesheet" href="assets/styles/salesforce-lightning-design-system.css"> </head>
It appears that some resources are not showing up when implement the code, such as SVGs and modals not hiding when I set
aria-hidden="true"
What others resources would I need to manually include in the index.html file?
and how would I include them.