Skip to content

Commit d6b9e31

Browse files
authored
Form control (#67)
* Add Form Control * Utility for testing control hierarchies * Form control smoke tests
1 parent 96d5bed commit d6b9e31

File tree

4 files changed

+660
-0
lines changed

4 files changed

+660
-0
lines changed

pglet/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from pglet.datepicker import DatePicker
99
from pglet.dialog import Dialog
1010
from pglet.dropdown import Dropdown
11+
from pglet.form import Form
1112
from pglet.grid import Column, Columns, Grid, Item, Items
1213
from pglet.html import Html
1314
from pglet.icon import Icon

0 commit comments

Comments
 (0)