0.2.1 • Published 1 month ago

tma-components v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

UI library for Telegram Mini Apps

The Lightweight Component Library tailored for Telegram Mini Apps, leveraging the power of Tailwind CSS. This library offers a collection of sleek and efficient components designed to enhance the user experience within Telegram Mini Apps. With its minimal footprint and seamless integration with Tailwind CSS, it provides developers with the necessary building blocks to create visually appealing and responsive interfaces for Telegram Mini Apps efficiently. Currently, two official plugins are available:

Install

  npm install tma-components
  # or
  yarn add tma-components

Usage

  • Add the index.css file to the root of your project.
import 'tma-components/dist/index.css'
  • Import components and use them.
import { Button } from 'tma-components'

export function App() {
  
  return <Button variant="plain" label="Awesome" />
}

Implemented

  • Button ☑️
  • Card ☑️
  • Island ☑️
  • Layout ☑️
  • Quote ☑️
  • SideScroll ☑️
  • Tabs ☑️
  • Tag ☑️

What next

  • Dropdown 🚧
  • List 🚧
0.2.1

1 month ago

0.2.0

1 month ago

0.1.5

1 month ago

0.1.4

1 month ago

0.1.3

1 month ago

0.1.2

1 month ago

0.1.1

1 month ago

0.1.0

1 month ago