- Notifications
You must be signed in to change notification settings - Fork5
License
NotificationsYou must be signed in to change notification settings
QiTASC/hatchinq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An experimental library for easier UI elements creation. Not for production use.
Currently it is work in progress.
Implementation is based onmdgriffith/elm-ui.
Next UI elements are available so far:
- AppBar
- Button
- Card
- Checkbox
- Chip
- DataTable
- DropDown
- IconButton
- List
- Paginator
- ProgressIndicator
- RadioButton
- SidePanel
- Snackbar
- TextField
- Tree
ExecuteExamples.elm
, or try it yourself:
import Hatchinq.AppBar as AppBarimport Hatchinq.Attribute exposing (Attribute, height, width, withAttributes)import Hatchinq.Button as Button exposing (..)import Hatchinq.Checkbox as Checkbox exposing (..)import Hatchinq.Chip as Checkbox exposing (..)import Hatchinq.DataTable as DataTable exposing (..)import Hatchinq.DropDown as DropDown exposing (..)import Hatchinq.IconButton as IconButton (..)import Hatchinq.List as MaterialList exposing (..)import Hatchinq.Paginator as Paginator exposing (..)import Hatchinq.ProgressIndicator as ProgressIndicator exposing (..)import Hatchinq.RadioButton as RadioButton exposing (..)import Hatchinq.SidePanel as SidePanel exposing (..)import Hatchinq.Snackbar as Snackbar exposing (..)import Hatchinq.TextField as TextField exposing (..)import Hatchinq.Theme as Theme exposing (..)import Hatchinq.Tree as Tree exposing (..)theme = Theme.defaultappBar = AppBar.configure { theme = theme }checkbox = Checkbox.configure { theme = theme }button = Button.configure { theme = theme }{--etc.--}
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published