+ Configure your commands in the nova-flex-runner.php config file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/inputs/CheckboxInput.vue b/resources/js/components/inputs/CheckboxInput.vue
new file mode 100644
index 0000000..df2f56b
--- /dev/null
+++ b/resources/js/components/inputs/CheckboxInput.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+ {{ error }}
+
+
+ {{ help }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/inputs/NumberInput.vue b/resources/js/components/inputs/NumberInput.vue
new file mode 100644
index 0000000..6cce9b3
--- /dev/null
+++ b/resources/js/components/inputs/NumberInput.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+ {{ error }}
+
+
+ {{ help }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/inputs/SelectInput.vue b/resources/js/components/inputs/SelectInput.vue
new file mode 100644
index 0000000..7ec8489
--- /dev/null
+++ b/resources/js/components/inputs/SelectInput.vue
@@ -0,0 +1,88 @@
+
+
+
+
+
+ {{ error }}
+
+
+ {{ help }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/inputs/TextInput.vue b/resources/js/components/inputs/TextInput.vue
new file mode 100644
index 0000000..66b28a7
--- /dev/null
+++ b/resources/js/components/inputs/TextInput.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+ {{ error }}
+
+
+ {{ help }}
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/components/inputs/TextareaInput.vue b/resources/js/components/inputs/TextareaInput.vue
new file mode 100644
index 0000000..f886c4b
--- /dev/null
+++ b/resources/js/components/inputs/TextareaInput.vue
@@ -0,0 +1,86 @@
+
+