diff --git a/docs/refmans/gui/viselements/generic/alert.md_template b/docs/refmans/gui/viselements/generic/alert.md_template new file mode 100644 index 000000000..e421cea9c --- /dev/null +++ b/docs/refmans/gui/viselements/generic/alert.md_template @@ -0,0 +1,14 @@ +A control that can display alert messages. + +# Details + +TODO + +# Usage + +TODO + +# Styling + +All the alert controls are generated with the "taipy-alert" CSS class. + diff --git a/docs/refmans/gui/viselements/generic/time.md_template b/docs/refmans/gui/viselements/generic/time.md_template new file mode 100644 index 000000000..0ef5650e6 --- /dev/null +++ b/docs/refmans/gui/viselements/generic/time.md_template @@ -0,0 +1,14 @@ +A control that can display and specify a time. + +# Details + +TODO + +# Usage + +TODO + +# Styling + +All the time controls are generated with the "taipy-time" CSS class. You can use this class +name to select the time selectors on your page and apply style.