Table of Contents

User button

Live demo

Renders a button that allows to logout the application.

Node name : user-button

Warning

This button is only visible for authenticated user and has no attribute.

Sample example

<user-button />

Customize example

<user-button>
  <button type="add" style:color="red" layout:padding="none" layout:margin="none" />
  <button type="add" style:color="green" layout:padding="none" layout:margin="none"/>
  <button type="add" layout:padding="none" layout:margin="none"/>
</user-button>