|
|
@ -11,6 +11,7 @@ import ChartDesign from "../components/ChartDesign"; |
|
|
|
import ProgressBar from "../components/ProgressBar"; |
|
|
|
import ProgressBar from "../components/ProgressBar"; |
|
|
|
import Checkbox from "../components/Checkbox"; |
|
|
|
import Checkbox from "../components/Checkbox"; |
|
|
|
import CommentDesign from "../components/CommentDesign"; |
|
|
|
import CommentDesign from "../components/CommentDesign"; |
|
|
|
|
|
|
|
import CounterDesign from "../components/CounterDesign"; |
|
|
|
|
|
|
|
|
|
|
|
// mini components
|
|
|
|
// mini components
|
|
|
|
import MiniComponents from "../components/MiniComponents"; |
|
|
|
import MiniComponents from "../components/MiniComponents"; |
|
|
@ -235,6 +236,16 @@ const components = [ |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: "Counter Design", |
|
|
|
|
|
|
|
author: "Ashrafi", |
|
|
|
|
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
|
|
|
|
name: "Counter Design", |
|
|
|
|
|
|
|
component: <CounterDesign />, |
|
|
|
|
|
|
|
code: null, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
// mini components
|
|
|
|
// mini components
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "Mini Components", |
|
|
|
name: "Mini Components", |
|
|
|