From 192a5c36c46b50167461c3cf1d7afa069e816e01 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 27 Dec 2020 12:31:43 +0530 Subject: add more styles, profile page --- frontend/src/Styles.elm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'frontend/src/Styles.elm') diff --git a/frontend/src/Styles.elm b/frontend/src/Styles.elm index fbef6e1..4222024 100644 --- a/frontend/src/Styles.elm +++ b/frontend/src/Styles.elm @@ -71,6 +71,20 @@ furbyButton = ] +furbyRadio : String -> msg -> Html msg +furbyRadio value msg = + label + [] + [ input + [ type_ "radio" + , onClick msg + , name "radio" + ] + [] + , text value + ] + + furbySelect : List (Attribute msg) -> List (Html msg) -> Html msg furbySelect = styled select -- cgit v1.2.3