Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vladimirlogachev/elm-ui-toolkit
- Owner: vladimirlogachev
- License: mit
- Created: 2024-05-03T12:01:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T11:05:11.000Z (7 months ago)
- Last Synced: 2024-11-30T05:28:55.591Z (24 days ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/vladimirlogachev/elm-ui-toolkit/latest
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)