Skip to content

gmetrixr/chatbox-ui

Repository files navigation

ChatBox UI

Build Status

UI Components

  1. ChatLine
  2. ChatLineGroup
  3. ChatInput

All together - Chatbox

To Run this project execute the following in a terminal of your choice:

  1. ./sd
  2. yarn [To install all dependencies]
  3. yarn watch [Start watch mode on the project]

Then goto http://localhost:3700 to view the project.

Notes

npx -p @storybook/cli sb init --type react