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
- Host: GitHub
- URL: https://github.com/harshmangalam/qwik-wrap-balancer
- Owner: harshmangalam
- Created: 2023-01-16T04:34:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T16:21:04.000Z (almost 3 years ago)
- Last Synced: 2025-05-06T03:46:20.223Z (about 1 year ago)
- Topics: library, qwik
- Language: TypeScript
- Homepage:
- Size: 300 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
);
});
```