Salesforce
PDII · Question #274
When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tables-size and desktop-size…
The correct answer is C. Set size="12" medium-device-size="6". See the full explanation below for the reasoning.
Question
When developing a Lightning web component, which setting displays lightning-layout-items in one column on small devices, such as mobile phones, and in two columns on tables-size and desktop-size screens?
Options
- ASet size="6" mobile-device-size="12"
- BSet size="6" small-device-size="12"
- CSet size="12" medium-device-size="6"
- DSet size="12" tablet-device-size="6"
How the community answered
(23 responses)- A4% (1)
- B17% (4)
- C70% (16)
- D9% (2)
Community Discussion
No community discussion yet for this question.