Skip to content

Commit

Permalink
include button, label, and style components
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 8, 2017
1 parent 68d70e3 commit 78fa2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vdom/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,14 @@
output = create_component('output')
progress = create_component('progress')
input_ = create_component('input', allow_children=False)
button = create_component('button')
label = create_component('label')

# Interactive elements
details = create_component('details')
dialog = create_component('dialog')
menu = create_component('menu')
menuitem = create_component('menuitem')
summary = create_component('summary')

style = create_component('style')

0 comments on commit 78fa2b5

Please sign in to comment.