|
|
@ -29,12 +29,11 @@ import ProductSuggestionCard from "../components/ProductSuggestionCard"; |
|
|
|
import ProductDescriptionTable from "../components/ProductDescriptionTable"; |
|
|
|
import ProductDescriptionTable from "../components/ProductDescriptionTable"; |
|
|
|
import QuestionAnswer from "../components/QuestionAnswer"; |
|
|
|
import QuestionAnswer from "../components/QuestionAnswer"; |
|
|
|
import RadioButton from "../components/RadioButton"; |
|
|
|
import RadioButton from "../components/RadioButton"; |
|
|
|
import Range from "../components/Range"; |
|
|
|
|
|
|
|
import Datepicker from "../components/Datepicker"; |
|
|
|
import Datepicker from "../components/Datepicker"; |
|
|
|
import SearchWithSuggestion from "../components/SearchWithSuggestion"; |
|
|
|
import SearchWithSuggestion from "../components/SearchWithSuggestion"; |
|
|
|
import SelectBox from "../components/SelectBox"; |
|
|
|
import SelectBox from "../components/SelectBox"; |
|
|
|
import ProductCategories from "../components/ProductCategories"; |
|
|
|
import ProductCategories from "../components/ProductCategories"; |
|
|
|
import InputSlider from "../components/InputSlider"; |
|
|
|
import RangeSlider from "../components/RangeSlider"; |
|
|
|
|
|
|
|
|
|
|
|
// mini components
|
|
|
|
// mini components
|
|
|
|
import MiniComponents from "../components/MiniComponents"; |
|
|
|
import MiniComponents from "../components/MiniComponents"; |
|
|
@ -638,16 +637,6 @@ const components = [ |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
|
|
name: "Range Slider", |
|
|
|
|
|
|
|
author: "Ashrafi", |
|
|
|
|
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
|
|
|
|
name: "Range Slider", |
|
|
|
|
|
|
|
component: <Range />, |
|
|
|
|
|
|
|
code: null, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "Datepicker", |
|
|
|
name: "Datepicker", |
|
|
|
author: "Andalib/Keshavarzi", |
|
|
|
author: "Andalib/Keshavarzi", |
|
|
@ -689,12 +678,12 @@ const components = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "Input Slider", |
|
|
|
name: "Range Slider", |
|
|
|
author: "Ashrafi", |
|
|
|
author: "Ashrafi", |
|
|
|
props: [], |
|
|
|
props: [], |
|
|
|
content: { |
|
|
|
content: { |
|
|
|
name: "Input Slider", |
|
|
|
name: "Range Slider", |
|
|
|
component: <InputSlider />, |
|
|
|
component: <RangeSlider />, |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|