https://github.com/nsaunders/purescript-tecton-halogen
CSS in PureScript in Halogen
https://github.com/nsaunders/purescript-tecton-halogen
css halogen purescript
Last synced: 10 days ago
JSON representation
CSS in PureScript in Halogen
- Host: GitHub
- URL: https://github.com/nsaunders/purescript-tecton-halogen
- Owner: nsaunders
- License: mit
- Created: 2022-10-16T12:45:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T20:16:38.000Z (over 1 year ago)
- Last Synced: 2025-03-26T15:42:25.066Z (27 days ago)
- Topics: css, halogen, purescript
- Language: PureScript
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tecton 🔗 Halogen
[](https://github.com/nsaunders/purescript-tecton-halogen/actions?query=workflow%3ACI+branch%3Amaster)
[](https://github.com/nsaunders/purescript-tecton-halogen/releases)
[](https://github.com/purescript/registry)This library integrates [Tecton](https://github.com/nsaunders/purescript-tecton)
and [Halogen](https://github.com/purescript-halogen/purescript-halogen),
allowing you to create Tecton style sheets and inline styles under Halogen's
HTML model.Examples can be found in the [tests](test/Main.purs).
## Installation
The preferred installation method is [Spago](https://github.com/purescript/spago).
```sh
spago install tecton-halogen
```## Related
* [purescript-tecton](https://github.com/nsaunders/purescript-tecton)
* [purescript-tecton-halogen-starter](https://github.com/nsaunders/purescript-tecton-halogen-starter)
* [purescript-halogen](https://github.com/purescript-halogen/purescript-halogen)