1.0.0 • Published 5 months ago

pblinks v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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

PropTypeDescription
fragmentKeystringThe unique identifier for your form or document fragment
projectKeystringYour 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:

  1. Clone the repository
  2. 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