Taiga UI 5.0 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 bar
boolean
[data]
Optional data to be passed to the sheet.
I
[label]
Sheet label.
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 px ( --tui-offset )
number
[required]
Dismissing dialog emits an error into Observable (you can catch it with "catch" operator or onError handler)
boolean