ajstudioz-branding-qr
v0.1.0
Published
Reusable AJ Studioz branding badge with interactive QR popup for React apps.
Maintainers
Readme
ajstudioz-branding-qr
Reusable AJ Studioz branding badge with interactive QR popup for React apps.
Install
npm install ajstudioz-branding-qr qr-code-stylingUsage
import { BrandingWithQr } from "ajstudioz-branding-qr";
export default function Footer() {
return (
<footer>
<BrandingWithQr
websiteUrl="https://www.ajstudioz.co.in/"
brandName="AJ STUDIOZ"
label="Revamped With"
logoSrc="/favicon.png"
/>
</footer>
);
}npx Scaffold Command
Use this when you want the component source files copied directly into your project:
npx ajstudioz-branding-qr initThis creates:
src/components/ajstudioz/StyledAjQr.tsxsrc/components/ajstudioz/BrandingWithQr.tsxsrc/components/ajstudioz/index.ts
Publish
From this package folder:
npm login
npm publish --access publicIf the package name is already taken, update name in package.json first.
