Tag categories initial (#1030)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-02-21 16:11:31 +07:00
committed by GitHub
parent 2fd7e3a94f
commit 6748b60eca
34 changed files with 618 additions and 79 deletions
@@ -33,7 +33,7 @@
let maskLeft: boolean = false
let maskRight: boolean = false
let mask: 'left' | 'right' | 'both' | 'none' = 'none'
let stepStyle = (gap === 'small') ? 'gap-1' : 'gap-2'
$: stepStyle = (gap === 'small') ? 'gap-1' : 'gap-2'
const dispatch = createEventDispatcher()