Shpadoinkle-widgets: A collection of common reusable types and components.

[ bsd3, library, web ] [ Propose Tags ]

There are many shared abstractions between various UI's that represent themselves in frameworks, and applications. This package provides a useful subset of these concepts as types. Along with implimentations consuming these types.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.2.0.0, 0.2.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.4.4 && <1.5), base (>=4.12.0 && <4.13), compactable (>=0.1.2 && <0.2), containers (>=0.6.0 && <0.7), edit-distance (>=0.2.2 && <0.3), email-validate (>=2.3.2 && <2.4), jsaddle (>=0.9.7 && <0.20), mtl (>=2.2.2 && <2.3), Shpadoinkle (<0.1), Shpadoinkle-html (<0.1), stm (>=2.5.0 && <2.6), template-haskell (>=2.14.0 && <2.15), text (>=1.2.3 && <1.3), unliftio (>=0.2.12 && <0.3) [details]
License BSD-3-Clause
Author Isaac Shapira
Maintainer fresheyeball@protonmail.com
Category Web
Source repo head: git clone https://gitlab.com/fresheyeball/Shpadoinkle.git
Uploaded by fresheyeball at 2020-05-09T21:45:32Z
Distributions
Downloads 918 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Shpadoinkle-widgets-0.0.0.1

[back to package description]

Shpadoinkle Widgets

Goldwater Hackage Hackage Deps Hackage CI

There are many shared abstractions between various UI's that represent themselves in frameworks, and applications. This package provides a useful subset of these concepts as types. Along with implimentations consuming these types.

Docs are very WIP right now, and themeing via property injection is still being explored.

Current Widgets

  • Dropdown
  • Textual Input
  • Numeric Input
  • Data Table