diff --git a/templates/element/bootstrapUI.php b/templates/element/bootstrapUI.php new file mode 100644 index 0000000..b21d876 --- /dev/null +++ b/templates/element/bootstrapUI.php @@ -0,0 +1,7 @@ +Bootstrap->{$element}([ + 'text' => $text, + 'variant' => $variant, + ]); +} \ No newline at end of file