@100mslive/hms-ai-ui
v0.1.10
Published
100ms AI UI components
Downloads
136
Readme
HMS AI UI
A React UI library for HMS AI components.
Installation
npm install hms-ai-ui
pnpm install hms-ai-ui
yarn install hms-ai-uiSteps to add a component
- Modify the base component present in "./src/components/ui" if required.
- Add the component demo in "./src/components/storybook".
- Add the component in "./src/components/index.tsx" and export it.
- Publish the package to npm.
