Some models, services and utils we need on daily bases.
For more examples and information, check the docs page.
vp add @nexdom/shared
# But, if you're not using Vite+ yet...
npm i @nexdom/shared
# Or
pnpm add @nexdom/shared
# Or
yarn add @nexdom/sharedimport { toKebab } from "@nexdom/shared/utils";
const kebabMessage = toKebab("Hello world");
// Will print "hello-world"
console.log(kebabMessage);Help us improve our community.
Report an issue you've found or check our Contribution Guide to learn how to code in our project and open your own PRs to us.
MIT License © 2026-PRESENT NEXDOM