Taiga UI 5 is out!

SheetDialog ADDON-MOBILE

Examples API Setup GitHub

[appearance]
custom data-appearance attribute value
string
[closable]
whether or not a sheet can be closed by user.
boolean
[bar]
show top bar
boolean
[data]
optional data to be passed to the sheet.
I
[label]
sheet heading.
string
[stops]
an array of stop points in any units for the sheet.
string[]
[initial]
initial stop index to open on. Index exceeding stops means to stop on top of the sheet's content.
number
[offset]
top offset in pixels (maps to --tui-offset )
number
[required]
dismissing dialog emits an error into Observable (you can catch it with "catch" operator or onError handler)
boolean