0.0.1 • Published 7 months ago

react-together-ant-design v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

React Together Ant Design

NPM version

This library wraps a series of Ant Design 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-ant-design

🔨 Usage

import { CheckboxTogether } from 'react-together-ant-design'

export function YourComponent() {
  return (
    <div>
      <h1>Checkbox Demo</h1>
      <CheckboxTogether rtKey="checkbox-demo" />
    </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.