Getting started
Last updated: 3.0.0 (03/07/2024)
Last updated
Was this helpful?
Last updated: 3.0.0 (03/07/2024)
Last updated
Was this helpful?
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.
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.
Updated in Valence 3
Discipline packages have now been retired. This means that all components previously kept within the app
package have been consolidated into the core
package.
Plugin packages are completely optional packages that provide specific and sometimes niche utilities and components.
Valence Carousel
A custom horizontal carousel component designed for maximum usability in desktop and mobile environments.