An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Tecton 🔗 Halogen

[![CI](https://github.com/nsaunders/purescript-tecton-halogen/workflows/CI/badge.svg?branch=master)](https://github.com/nsaunders/purescript-tecton-halogen/actions?query=workflow%3ACI+branch%3Amaster)
[![Latest release](http://img.shields.io/github/release/nsaunders/purescript-tecton-halogen.svg)](https://github.com/nsaunders/purescript-tecton-halogen/releases)
[![PureScript registry](https://img.shields.io/badge/dynamic/json?color=informational&label=registry&query=$[%27tecton-halogen%27].version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fpurescript%2Fpackage-sets%2Fmaster%2Fpackages.json)](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)