Skip to main content

Installation

Core Package (Required)

With Yarn
yarn add @plexusjs/core
With NPM
npm install --save @plexusjs/core

React Package

With Yarn
yarn add @plexusjs/core @plexusjs/react
With NPM
npm install --save @plexusjs/core @plexusjs/react

SolidJS Package

WIP, doesn't support events
With Yarn
yarn add @plexusjs/core @plexusjs/solid
With NPM
npm install --save @plexusjs/core @plexusjs/solid

NextJS Package

WIP, SSR Utils Only
With Yarn
yarn add @plexusjs/core @plexusjs/react @plexusjs/next
With NPM
npm install --save @plexusjs/core @plexusjs/react @plexusjs/next