tapply-sdk-test
v0.0.11
Published
<p align="center"> <br> <img width="240" src="/public/logo.svg" alt="logo of telegram web apps"> <br> <br> </p>
Downloads
6
Maintainers
Readme
Telegram-Marketplace
Welcome to the tapply-sdk design repository!
Installation
Tapply SDK is available as an npm package.
npm:
npm install tapply-sdk-test
yarn:
yarn add tapply-sdk-test
Getting started with Tapply SDK
import "tapply-sdk-test/dist/style.css";
import { Button } from "tapply-sdk-test";
<Button variant="secondary">Tapply SDK</Button>;