nxtu
v0.0.80
Published
Reusable Components for NextJS React - UPI, Youtube Preview
Downloads
10
Readme
NXTU - NeXT Usable - Usable components for Websites
Collection of useful reusable components for your projects
Import
import { YoutubePreview,UPI } from 'nxtu'
Components
Examples
Youtube Preview Card
import { YoutubePreview } from 'nxtu'
<YoutubePreview
videoUrl="https://www.youtube.com/watch?v=xxxxxxxxxxx"
/>
UPI Payment Card
import { UPI } from 'nxtu'
<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 [email protected]