Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages