Simple Qwik Component That Makes Titles More Readable
npm install qwikjs-wrap-balancer---
``sh`
npm i qwikjs-wrap-balancer
`sh`
pnpm i qwikjs-wrap-balancer
`sh`
yarn add qwikjs-wrap-balancer
`sh`
bun install qwikjs-wrap-balancer
` Build instantly-interactive web apps without effort.js``
import { WrapBalancer } from "qwikjs-wrap-balancer";
import { component$ } from "@builder.io/qwik";
export default component$(() => {
return (
);
});