preact-components/README.md

16 lines
484 B
Markdown
Raw Normal View History

2022-09-29 12:16:04 +00:00
# Preact 🧵 Components
2022-03-16 00:09:24 +00:00
2022-09-29 10:13:03 +00:00
> **Holllo's Preact component library.**
2022-03-16 00:09:24 +00:00
2022-09-29 11:08:29 +00:00
## 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/
```
2022-03-16 00:09:24 +00:00
## License
2022-09-29 10:39:44 +00:00
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.