πŸ„β€β™‚οΈGetting started

Last updated: 3.0.0 (03/07/2024)

Valence is designed to be usable across web-apps and native applications (via something like Capacitor.JS). Its functionality can also be expanded using Plugin packages, which provide novel features that may not be necessary for every developer.

About the Core packages

npm install @valence-ui/core @valence-ui/utils

Valence's two core packages, core and utils, are required for all projects that use Valence. utils includes basic type declarations and low-level utilities, and core contains components, hooks, and the "meat" of the system.

About the Plugin packages

Plugin packages are completely optional packages that provide specific and sometimes niche utilities and components.

Last updated

Was this helpful?