An open API service indexing awesome lists of open source software.

https://github.com/harshmangalam/qwik-wrap-balancer

Simple Qwik Component That Makes Titles More Readable
https://github.com/harshmangalam/qwik-wrap-balancer

library qwik

Last synced: 10 months ago
JSON representation

Simple Qwik Component That Makes Titles More Readable

Awesome Lists containing this project

README

          

# Qwik Wrap Balancer ⚡️

---

## Install

```sh
npm i qwikjs-wrap-balancer
```

```sh
pnpm i qwikjs-wrap-balancer
```

```sh
yarn add qwikjs-wrap-balancer
```

```sh
bun install qwikjs-wrap-balancer
```

## Example

```js
import { WrapBalancer } from "qwikjs-wrap-balancer";
import { component$ } from "@builder.io/qwik";
export default component$(() => {
return (

Build instantly-interactive web apps without effort.



);
});
```

Screenshot