March 2018
Beginner to intermediate
514 pages
13h 11m
English
Using Leonardo UI, it's fairly easy to create a button with Qlik's native look and feel:
<button class="lui-button lui-button--rounded">Default</button> <button class="lui-button lui-button--rounded lui-button--info">Info</button> <button class="lui-button lui-button--rounded lui-button--danger">Error</button> <button class="lui-button lui-button--rounded lui-button--warning">Warning</button> <button class="lui-button lui-button--rounded lui-button--success">Success</button>
Also, you can also leverage the status (active/disabled/success) of a button using Leonardo UI:
<button class="lui-button ...Read now
Unlock full access