@interopio/components-react
v4.4.0
Published
React components for the interop.io platform.
Readme
@interopio/components-react
Overview
The @interopio/components-react library provides React components and hooks for customizing the system apps of the io.Connect platforms (Channel Selector, dialogs, notifications, and more).
Installation
To install the library, execute the following command:
npm install @interopio/components-reactUsage
Storybook is integrated into the project and the currently supported components are added to it. You can use it during development to test components and visualize states more easily.
To build Storybook:
npm run build-storybookTo run Storybook:
npm run storybook