TelegramUI
                                
                                
                                
                                    TelegramUI copied to clipboard
                            
                            
                            
                        React components library for Telegram Mini Apps inspired by Telegram interface
Hello. I found some bugs related to components: 1. Accordion has line under summary in IOS platform: https://tgui.xelene.me/?path=/docs/blocks-accordion--documentation 2. Accordion, Cell and maybe other components stay colored after touch on...
Getting this warning in browser console: > Warning: Prop `className` did not match. Server: "tgui-6a12827a138e8827" Client: "tgui-6a12827a138e8827 tgui-865b921add8ee075" > at div > at eval (webpack-internal:///(app-pages-browser)/../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/@xelene/tgui/dist/components/Service/AppRoot/AppRoot.js:33:21) #### Minimal Next.js app with...
Hi, cannot use `CircularProgress` component - i guess related to missing export
Single-cell sections have a hover bug, where it displays as last child. Normal state: Hover state: Code used: ``` asd ```
My Telegram MiniApp supports only light theme. I set `appearance="light"` in AppRoot. ```JS ``` but when I open my app in Telegram on device with dark mode, components are dark...
Its not working on both Android and IOS. Light theme looks fine.  
This should fix #55  RadixUI which is used by Vaul, which is used by this library is quite opinionated when it comes to a11y. It requires to explicitly set...
Hi! There are not all icons in telegram-ui package. For example: person_add_24
`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For...
I added Modal in my Mini App, and Input (or Textarea) inside of it. As I result I encountered with issue on iPhone, when cursor displayed outside of in focused...