0.0.2-r1 • Published 9 months ago

stackbake v0.0.2-r1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

StackBake Components - reusable components and tools for faster developmnet

Collection of useful reusable components for your projects

Import

import { YoutubePreview,UPI } from 'stackbake'

Components

Examples

Youtube Preview Card

import { YoutubePreview } from 'stackbake'

<YoutubePreview 
    videoUrl="https://www.youtube.com/watch?v=xxxxxxxxxxx"
/>

UPI Payment Card

import { UPI } from 'stackbake'

<UPI
upiOptions={
    {
    "payeeVPA": "some@provider",
    "payeeName": "Some Payee Name",
    "amount": 100,
    "note": "Test transaction using UPI"
    }
} />

Issues & Support

Any issues found or require support for the components or has any feature requests? Please open a ticket

Contribute

Interested in contributing to the package? email us at contact@stackbake.com