Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

QiTASC/hatchinq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp