2022-03-16 00:09:24 +00:00
|
|
|
# Gram
|
|
|
|
|
|
|
|
> Opinionated component library using [HTM] & [Preact].
|
|
|
|
|
|
|
|
[HTM]: https://github.com/developit/htm
|
|
|
|
[Preact]: https://preactjs.com/
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Add `@holllo/gram`, `htm` and `preact` with your Node package manager of choice ([pnpm] in our case).
|
|
|
|
|
|
|
|
[pnpm]: https://pnpm.io
|
|
|
|
|
|
|
|
```sh
|
|
|
|
pnpm add @holllo/gram htm preact
|
|
|
|
```
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2022-03-16 14:40:06 +00:00
|
|
|
* [ConfirmButton](source/buttons/confirm-button.ts)
|
2022-03-16 00:09:24 +00:00
|
|
|
* [PrivacyLink](source/links/privacy-link.ts)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Gram is open-sourced with the [GPL-3.0-or-later] license.
|
|
|
|
|
|
|
|
[GPL-3.0-or-later]: https://github.com/Holllo/gram/blob/main/LICENSE
|