Deprecated

In favour of

web-view

Type-safe HTML and CSS with intuitive layouts and composable styles.

https://github.com/seanhess/web-view

LTS Haskell 24.46:0.7.0@rev:2
Stackage Nightly 2026-06-26:0.7.1
Latest on Hackage:0.7.1

See all snapshots web-view appears in

BSD-3-Clause licensed by Sean Hess
Maintained by [email protected]
This version can be pinned in stack with:web-view-0.7.1@sha256:ddb16916058279a430f61d86d793f3e1156cd569c2d6b471899c73d246d75965,2650

Web View

DEPRECATED

This package has been renamed to atomic-css, focusing on css utilities. View features like context have been moved to hyperbole

Changes

Revision history for web-view

0.7.0

  • stack, popup, offset, layer - more intuitive interface
  • added Web.View.Url.renderPath
  • Style class
  • added code, lists

0.6.0

  • stack - layout children on top of each other
  • ChildCombinator: apply styles to direct children
  • Mod is now Mod context, allowing for type-safe Mods
  • fixed: escaping in auto-generated <style>
  • Refactored: selectors and rendering

0.5.0

  • Rendering improvements
  • extClass to add external css class
  • inline elements
  • Url: no longer lowercases automatically. Show/Read instance

0.4.0

  • Added new Mods. Length type. Improved Url type

0.3.1

  • Cleanup. Refactored Mods

0.2.3 – 2023-11-27

  • First version. Released on an unsuspecting world.