0.0.11 • Published 1 year ago
tapply-sdk-test v0.0.11
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>;