certify-embed-react
v1.0.2
Published
React component to embed Certify certificates
Downloads
4
Maintainers
Readme
certify-embed-react
The official React component for embedding Certify certificates into your application.
Installation
npm install certify-embed-reactUsage
import CertificateGallery from 'certify-embed-react';
function App() {
return (
<div className="App">
<h1>My Certificates</h1>
<CertificateGallery username="your-username" view="grid" />
</div>
);
}Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| username | string | Required | Your Certify username |
| view | string | 'grid' | Layout style: 'grid', 'card', or 'minimal' |
| apiBaseUrl | string | undefined | Optional API URL override |
License
MIT
