Skip to content

orus-io/elm-orus-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Orus UI

Elm Orus UI is a UI toolkit for elm, modeled after the Material Design system.

It renders to Elm-UI views but could probably be extended to generate HTML ones.

Examples of all the widgets can be found in the Showcase. This showcase is based on Elm Orus UI Explorer, and can be personalised and extended to browse your own components.

Add a component

This is a list of all the files that need to be added/changed when creating a new component:

  • Create a component module in OUI/MyComponent.elm
  • Add a Material renderer in OUI/Material/MyComponent.elm
  • Add the theme to OUI/Material/Theme.elm
  • Add render function in OUI/Material.elm
  • Add a showcase book in OUI/Showcase/MyComponent.elm
  • Add the book to the default showcase in OUI/Showcase.elm

About

A Material based UI Toolkit for Elm UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published