Stylament 0.23.2

Interactive Elements

These elements help to create interactive user interface objects.

Related

Spec [external]

MDN [external]

details

scss
details {
  
}

Details. The details element represents a disclosure widget from which the user can obtain additional information or controls.

summary

scss
summary {
  
}

Summary. The summary element represents a summary, caption, or legend for the rest of the contents of the summary element’s parent details element, if any.

dialog

scss
dialog {
  
}

Dialog. The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window.