Skip to content

heexcloud/heex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heex React

Getting Started

Installation

// install via npm
npm install @heex/react

// or install via yarn
yarn add @heex/react

Usage

// import into project
import { Heex } from "@heex/react";
import "@heex/react/index.css";

// render it
<Heex
  options={{
    apiBaseUrl: "your-api-server-url",
    clientName: "your-client-name", // any random name
    clientId: "your-client-id", //  any randon string
  }}
/>;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published