Salesforce Lightning Design System (SLDS): 21% Flashcards
What are the Interaction states in UX design?
- Default
- Focus
- Hover
- Disabled
- Pressed
- Active
What are the characteristics of a good design system?
- Scalable
- Efficient
- Visually cohesive
- Shared
What is an interaction specification?
How elements should respond to a user action
What is a design token?
Named entities that store visual design attributes like color codes and font sizes
What is a blueprint concerning SLDS?
Accessible HTML and CSS representation of UI elements
What are the five types of icons in SLDS?
- Utility icons
- Object icons
- Action icons
- Doctype Icons
- Product Icons
What is the framework of an LWC?
- Utilizes a Stateful client(Javascript) and a Stateless server (Apex)
- Utilizes an event-driven architecture
What is the Shadow DOM?
Web standard technology that allows encapsulation of a web component’s styles and structure to create modular and reusable components
What is the LIghtning Locker feature?
Security feature that isolates LWCs away from other namespaces