Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladimirlogachev/elm-ui-toolkit

Wide-gamut colors (OKLCH, DCI-P3, Rec. 2020), typography, inline styles for elm-ui
https://github.com/vladimirlogachev/elm-ui-toolkit

Last synced: 19 days ago
JSON representation

Wide-gamut colors (OKLCH, DCI-P3, Rec. 2020), typography, inline styles for elm-ui

Awesome Lists containing this project

README

        

# elm-ui-toolkit

This package is a collection of workarounds and helpers designed for use with the `elm-ui` library.

- `ExtraColor` allows to use the wide-gamut colors (OKLCH, DCI-P3, Rec. 2020).
- `Typography` helps to prepare text for display on a web page.
- `InlineStyle` helps to style elements in ways not directly supported by `elm/html` or `elm-ui`.

- Example: [live](https://vladimirlogachev.github.io/elm-ui-toolkit), [code](https://github.com/vladimirlogachev/elm-ui-toolkit/tree/main/example)