Component displays button with dropdown that provides list users action. <br>
<strong>Note!</strong> Some options require user to be an Admin or some specific component to be presented on the same page.
Example
<z-nav-user-menu/>
Props
Name
Description
Type
Default
Values
variant
Bootstrap button variant.
string
'primary'
primary, secondary, success, danger, warning, info, light, dark, link
Component renders modal that allow user change password. Modal might be opened with "Change password" option in <a href="#NavUserMenu">NavUserMenu</a>
</br><strong>Note!</strong> This component is required to "Change password" option appear in <a href="#NavUserMenu">NavUserMenu</a> component.
Example
<z-password-edit-modal/>
TableauViz
Description
Component uses TableauJS API to render Dashboards.
Example
<z-tableau-viz/>
Props
Name
Description
Type
Default
Values
initialViz
Tableau's Dashboard Url that will be use as initial value.
Passes this values to TableauJS Viz <a href="https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_ref.htm#vizcreateoptions_record" target="_blank">options</a>
boolean
true
Any
<z-tableau-vizhide-tabs="true"></z-tableau-viz>
hideToolbar
Passes this values to TableauJS Viz <a href="https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_ref.htm#vizcreateoptions_record" target="_blank">options</a>
Passes this values to TableauJS Viz <a href="https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_ref.htm#vizcreateoptions_record" target="_blank">options</a>
string
'left'
left, center
<z-tableau-vizalignment="left"></z-tableau-viz>
UserEditModal
Description
Component renders modal that allow user change account data. Modal might be opened with clicking username in <a href="#NavUserMenu">NavUserMenu</a>
Example
<z-user-edit-modal/>
ViewList
Description
Component displays list of dashboards.
Example
<z-view-list/>
Props
Name
Description
Type
Default
Values
listType
Style of list items.
string
'cards'
cards, vertical
<z-view-listlist-type="cards"></z-view-list>
tags
List of tags separated by coma to filter dashboards by. Leave empty to apply tags specified in <a href="#Customizer">Customizer</a>
string
''
<any string>
<z-view-listtags="tag1,tag2,tag3"></z-view-list>
favoriteIconVariant
Bootstrap variant styles applies to favorite icon.
string
'warning'
primary, secondary, success, danger, warning, info, light, dark, link