-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add petercat assistant * chore: fix ci
- Loading branch information
1 parent
4e5e828
commit a4f5fa6
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { Assistant } from '@petercatai/assistant'; | ||
import React from 'react'; | ||
import '@petercatai/assistant/style'; | ||
|
||
const PeterCat: React.FC = () => { | ||
return ( | ||
<Assistant | ||
showBubble={true} | ||
isVisible={false} | ||
bottom={48} | ||
token="e3092c32-9ed9-44c2-ad0c-7251e382c2df" | ||
apiDomain="https://api.petercat.ai" | ||
/> | ||
); | ||
}; | ||
|
||
export default PeterCat; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters