Skip to content

Commit

Permalink
do not expose slider and switch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pzp1997 committed Aug 29, 2017
1 parent 5664f71 commit e4f601a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Element.elm
Expand Up @@ -5,8 +5,8 @@ module Element
, label
, image
, button
, slider
, switch
-- , slider
-- , switch
, column
, row
, map
Expand All @@ -15,7 +15,7 @@ module Element
)

{-| #Element
@docs Element, Attribute, label, image, button, slider, switch, column, row, map, beginnerProgram, program
@docs Element, Attribute, label, image, button, column, row, map, beginnerProgram, program
-}

import Element.Internal as Internal
Expand Down

0 comments on commit e4f601a

Please sign in to comment.