TelegramUI icon indicating copy to clipboard operation
TelegramUI copied to clipboard

React components library for Telegram Mini Apps inspired by Telegram interface

Results 5 TelegramUI issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue
help wanted

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...

bug
good first issue

Hi, cannot use `CircularProgress` component - i guess related to missing export

good first issue
help wanted

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...