1.0.0 • Published 5 months ago
pblinks v1.0.0
PBLinks React Component
A React component for embedding PBLinks forms and documents into your web applications.
Installation
npm install pblinks
# or
yarn add pblinks
Usage
import { EmbedFragment } from 'pblinks';
function App() {
return (
<EmbedFragment
fragmentKey="your-fragment-key"
projectKey="your-project-key"
/>
);
}
Props
Prop | Type | Description |
---|---|---|
fragmentKey | string | The unique identifier for your form or document fragment |
projectKey | string | Your PBLinks project identifier |
Features
- Easy integration with React applications
- Automatic script loading and cleanup
- TypeScript support
- Responsive design
- Seamless embedding of PBLinks forms and documents
Requirements
- React 19.0.0 or higher
- React DOM 19.0.0 or higher
Development
To set up the development environment:
- Clone the repository
- Install dependencies:
npm install # or yarn install
License
ISC
Support
For support, please visit PBLinks Support or contact our team.
1.0.0
5 months ago