Taiga UI 5 #8353
Replies: 3 comments 14 replies
-
Speaking of Carousel, Maybe you could consider integrating with embla-carousel .. I ended up going with it instead of using Taiga's one for my project. |
Beta Was this translation helpful? Give feedback.
-
I've been reviewing the library lately and it seems great with all the addons and functionalities like aesthetics. |
Beta Was this translation helpful? Give feedback.
-
May I ask why Angular 17? if there is already 19 and by the time of V5 release there will be 20 for sure :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Root
with a newWritableSignal<boolean>
tokenTuiPoint
as[x: number, y: number]
across the app and use it everywherecloseable
typo toclosable
We need to break it down to 2 components, dots and number buttons.
We need easier way to reuse built-in logic like closeable/dismissible for custom dialogs
@taiga-ui/icons
to@taiga-ui/icons-lucide
So that in future we can add icons-material, icons-awesome etc.
What to do with flag icons? What to do with payment system icons?
@taiga-ui/design-tokens/palette/animation.css
Drawer
in overlay withtop: 0
by default"experimentalDecorators": true
and rewrite all existing decorators using only modern syntaxstring | TuiStringHandler<T>
for icons to always use functions, consider changing icon dictionaries to functions too@angular/animations
from peer depstuiIsNativeFocused
=>tuiIsFocused
&tuiIsNativeFocusedIn
=>tuiIsFocusedIn
Beta Was this translation helpful? Give feedback.
All reactions