refactor: generalize Checkbox and add Radio primitive component
This commit is contained in:
@@ -36,6 +36,7 @@ from common.components.primitives import (
|
||||
AddForm,
|
||||
Button,
|
||||
ButtonGroup,
|
||||
Checkbox,
|
||||
CsrfInput,
|
||||
Div,
|
||||
ExternalScript,
|
||||
@@ -48,6 +49,7 @@ from common.components.primitives import (
|
||||
Pill,
|
||||
Popover,
|
||||
PopoverTruncated,
|
||||
Radio,
|
||||
SearchField,
|
||||
SimpleTable,
|
||||
Span,
|
||||
@@ -82,6 +84,7 @@ __all__ = [
|
||||
"AddForm",
|
||||
"Button",
|
||||
"ButtonGroup",
|
||||
"Checkbox",
|
||||
"CsrfInput",
|
||||
"Div",
|
||||
"ExternalScript",
|
||||
@@ -93,6 +96,7 @@ __all__ = [
|
||||
"Pill",
|
||||
"Popover",
|
||||
"PopoverTruncated",
|
||||
"Radio",
|
||||
"SearchField",
|
||||
"DEFAULT_PREFETCH",
|
||||
"FilterSelect",
|
||||
|
||||
Reference in New Issue
Block a user