react-together-primereact
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

React Together PrimeReact

NPM version

This library wraps a series of PrimeReact components to make them synchronized across multiple clients. All components maintain most of their original API, so you can use them as you would use the original components.

For more information about the wrapped components API, please refer to our documentation.

📦 Installation

npm install react-together-primereact

🔨 Usage

import { ColorPickerTogether } from 'react-together-primereact'

export function YourComponent() {
  return (
    <div>
      <h1>Color Picker</h1>
      <ColorPickerTogether rtKey="color-picker" />
    </div>
  )
}

Looking for a component that is not supported yet? Submit a PR or open an issue!

License

Licensed under the Apache License 2.0, Copyright © 2024-present Croquet Labs.

See LICENSE for more information.

Package Sidebar

Install

npm i react-together-primereact

Weekly Downloads

3

Version

0.1.2

License

Apache-2.0

Unpacked Size

27.2 kB

Total Files

31

Last publish

Collaborators

  • codefrau
  • afonsocrg
  • aranlunzer