0.5.1 • Published 3 years ago

@heex/react v0.5.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Heex React

Getting Started

npm.io

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
  }}
/>;
0.1.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.5.0

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.5.1

3 years ago

0.3.3

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago