npm.io
0.5.3 • Published 1 year ago

@vixen-js/core-react

Licence
Version
0.5.3
Deps
4
Size
1.7 MB
Vulns
0
Weekly
0

Vixen Core React

Vixen UI Core React Package to create Desktop apps using react.js as a frontend framework.

Installation

pnpm add @vixen-js/core-react

Usage

<Window windowTitle="Vixen UI React">
  <View id="root">
    <Text id="label1">Hello Vixen React!</Text>
  </View>
</Window>

NOTE: We Recommend to use Vixen CLI to create your project.

pnpm create @vixen-js/vixen my-project --template react # if you use pnpm
yarn create @vixen-js/vixen my-project --template react # if you use yarn
npm create @vixen-js/vixen my-project --template react # if you use npm