UNPKG

@100mslive/hms-ai-ui

Version:
19 lines (13 loc) 415 B
# HMS AI UI A React UI library for HMS AI components. ## Installation ```bash npm install hms-ai-ui pnpm install hms-ai-ui yarn install hms-ai-ui ``` # Steps to add a component 1. Modify the base component present in "./src/components/ui" if required. 2. Add the component demo in "./src/components/storybook". 3. Add the component in "./src/components/index.tsx" and export it. 4. Publish the package to npm.