Skip to content

Instantly share code, notes, and snippets.

@jalakoo
Created October 21, 2020 20:32
Show Gist options
  • Save jalakoo/cda5d2e89419bb9b4fad83bbc0262384 to your computer and use it in GitHub Desktop.
Save jalakoo/cda5d2e89419bb9b4fad83bbc0262384 to your computer and use it in GitHub Desktop.
Sendbird Getting Started UIKit JS - Intermediate
import React from "react";
import { App as SendbirdApp } from "sendbird-uikit";
import "sendbird-uikit/dist/index.css";
import "./styles.css";
export default function App() {
return (
<div className="App">
<h1>Hello CodeSandbox</h1>
<h2>Start editing to see some magic happen!</h2>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment