16 lines
484 B
Markdown
16 lines
484 B
Markdown
# Preact 🧵 Components
|
|
|
|
> **Holllo's Preact component library.**
|
|
|
|
## Registry Setup
|
|
|
|
To use this package, add a registry for the `@holllo` scope to your npm configuration.
|
|
|
|
```
|
|
npm config set @holllo:registry https://git.bauke.xyz/api/packages/Holllo/npm/
|
|
```
|
|
|
|
## License
|
|
|
|
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Holllo/preact-components/src/branch/main/LICENSE) for more information.
|