summaryrefslogtreecommitdiff
path: root/material/material.urs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <benjamin@barenblat.name>2017-01-16 16:06:09 -0500
committerGravatar Benjamin Barenblat <benjamin@barenblat.name>2017-01-16 16:06:09 -0500
commit59e04bbb5acde9e2ce209ee43bad9c134debe4d4 (patch)
tree34d0870c9e228a76aef72f9276658882f6f66b78 /material/material.urs
parentd457eb2a8778d23bf98a8593b5083a2750b0e05a (diff)
Add floating action button
Abstract ripple effect, as it’s shared between the button and the checkboxes.
Diffstat (limited to 'material/material.urs')
-rw-r--r--material/material.urs6
1 files changed, 5 insertions, 1 deletions
diff --git a/material/material.urs b/material/material.urs
index cee2b85..7cb7c89 100644
--- a/material/material.urs
+++ b/material/material.urs
@@ -1,4 +1,4 @@
-(* Copyright 2016 Benjamin Barenblat
+(* Copyright 2016, 2017 Benjamin Barenblat
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
@@ -21,6 +21,10 @@ structure Checkbox : sig
val make : bool -> (bool -> transaction unit) -> transaction xbody
end
+structure FloatingActionButton : sig
+ val make : string -> transaction xbody
+end
+
structure List : sig
structure SingleLine : sig
val make : xbody -> xbody