mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Add more missing components
This commit is contained in:
@@ -6,6 +6,7 @@ import FileInput from "./input/file/FileInput";
|
|||||||
import NumberInput from "./input/number/NumberInput";
|
import NumberInput from "./input/number/NumberInput";
|
||||||
import OptionInput from "./input/text/OptionInput";
|
import OptionInput from "./input/text/OptionInput";
|
||||||
import SelectInput from "./input/text/SelectInput";
|
import SelectInput from "./input/text/SelectInput";
|
||||||
|
import TextArea from "./input/text/TextArea";
|
||||||
import TextInput from "./input/text/TextInput";
|
import TextInput from "./input/text/TextInput";
|
||||||
|
|
||||||
|
|
||||||
@@ -18,6 +19,8 @@ export {
|
|||||||
//NumberSlider,
|
//NumberSlider,
|
||||||
OptionInput,
|
OptionInput,
|
||||||
SelectInput,
|
SelectInput,
|
||||||
|
TextArea,
|
||||||
TextInput,
|
TextInput,
|
||||||
TimeInput
|
TimeInput
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mattrixwv-components",
|
"name": "mattrixwv-components",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user