NssTip
This component creates a tip with a title and a description. The tip is placeable at specific positions.
How to use
ES6 module import
For NssUiApi
usage, please see the README.md of the nss_libs/ui
folder.
Alternative example of direct ES6 module import:
Create tip
Available positions
setBottomCenter()
setBottomLeft()
setBottomRight()
setCenterCenter()
setCenterLeft()
setCenterRight()
setTopCenter()
setTopLeft()
setTopRight()
Last updated