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

[ bsd3, library, web ] [ Propose Tags ]

There are many shared abstractions between various UIs that represent themselves in frameworks and applications. This package provides a useful subset of these concepts as types along with implementations consuming these types.


[Skip to Readme]

Modules

[Last Documentation]

  • Shpadoinkle
    • Widgets
      • Form
        • Shpadoinkle.Widgets.Form.Dropdown
        • Shpadoinkle.Widgets.Form.Input
      • Shpadoinkle.Widgets.Table
        • Shpadoinkle.Widgets.Table.Lazy
      • Shpadoinkle.Widgets.Types
        • Shpadoinkle.Widgets.Types.Choice
        • Shpadoinkle.Widgets.Types.ConsideredChoice
        • Shpadoinkle.Widgets.Types.Core
        • Shpadoinkle.Widgets.Types.Form
        • Shpadoinkle.Widgets.Types.Pagination
        • Shpadoinkle.Widgets.Types.Physical
        • Shpadoinkle.Widgets.Types.Remote
        • Shpadoinkle.Widgets.Types.Search
      • Shpadoinkle.Widgets.Validation
  • Test
    • QuickCheck
      • Classes
        • Test.QuickCheck.Classes.FoldableOrd
        • Test.QuickCheck.Classes.Hspec

Flags

Manual Flags

NameDescriptionDefault
testing

Provide test kit around QuickCheck

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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
Dependencies aeson (>=1.4.4 && <1.6), attoparsec (>=0.13 && <0.15), base (>=4.12.0 && <4.16), bytestring (>=0.10.8 && <0.12), compactable (>=0.1.2 && <0.2), containers (>=0.6.0 && <0.7), edit-distance (>=0.2.2 && <0.3), either (>=5.0 && <5.1), email-validate (>=2.3.2 && <2.4), jsaddle (>=0.9.7 && <0.20), mtl (>=2.2.2 && <2.3), servant (>=0.16 && <0.19), Shpadoinkle, Shpadoinkle-html, stm (>=2.5.0 && <2.6), template-haskell (>=2.14.0 && <2.17), text (>=1.2.3 && <1.3), transformers (>=0.5.0 && <0.6), unliftio (>=0.2.12 && <0.3) [details]
License BSD-3-Clause
Author Isaac Shapira
Maintainer isaac.shapira@platonic.systems
Category Web
Source repo head: git clone https://gitlab.com/platonic/shpadoinkle.git
Uploaded by fresheyeball at 2021-06-02T18:10:17Z
Distributions
Downloads 919 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-06-02 [all 2 reports]

Readme for Shpadoinkle-widgets-0.2.0.1

[back to package description]

Shpadoinkle Widgets

Goldwater Haddock BSD-3 built with nix 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