2.1.1 • Published 1 year ago

@xelene/tgui v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Telegram UI

Resources

Playground and Storybook

Figma

Installation

npm:

npm i @xelene/tgui

yarn:

yarn add @xelene/tgui

pnpm:

pnpm add @xelene/tgui

Hello World

import '@xelene/tgui/dist/styles.css';

import { AppRoot, Placeholder } from '@xelene/tgui';

const App = () => (
  <AppRoot>
    <Placeholder
      header="Title"
      description="Description"
    >
      <img
        alt="Telegram sticker"
        src="https://xelene.me/telegram.gif"
        style={{ display: 'block', width: '144px', height: '144px' }}
      />
    </Placeholder>
  </AppRoot>
);

export default App;
2.1.1

1 year ago

2.1.0

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago