diff --git a/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js b/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js new file mode 100644 index 0000000..366d65d --- /dev/null +++ b/src/Gallery/insertYourLoaderHere/ChartyAxisOnRight.js @@ -0,0 +1,36 @@ +import React from "react" +import ContentLoader, { Rect, Circle, Path } from "react-content-loader/native" + +const ChartyAxisOnRight = props => { + return( + + + + + + + + + + + + ) +} + + +ChartyAxisOnRight.metadata = { + name: 'Erfin Badriansyah', + github: 'erfinbadrian', + description: 'Chart with yAxis on right', + filename: 'ChartyAxisOnRight', +} + +export default ChartyAxisOnRight diff --git a/src/Gallery/insertYourLoaderHere/index.js b/src/Gallery/insertYourLoaderHere/index.js index 38a41b9..36f541b 100644 --- a/src/Gallery/insertYourLoaderHere/index.js +++ b/src/Gallery/insertYourLoaderHere/index.js @@ -1,3 +1,4 @@ +export { default as ChartyAxisOnRight } from './ChartyAxisOnRight' export { default as Sidebar } from './Sidebar' export { default as TaskList } from './TaskList' export { default as RepeatableTableRows } from './RepeatableTableRows'