React Image Accordion
installaccordionData={accordionData}
AccordionWidth={AccordionWidth}
AccordionHeight={AccordionHeight}
ContentSize=[ContentSize]
onClick={}
ShowButton={True/false}
Video all caption
installvideopath="https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4"
autoplay = {true}
captionurl= "/srtCaption.srt" // ./sbvCaption.sbv // ./vttCaption.vtt
embedurl= ""
loop= {true}
muted= {true}
playPause= {true}
type= "videoPath"
control= {true}
JSON-pretty-textarea
installprettyjson={MockDocument}
preBcl="white"
stringCl="blue"
numberCl="blue"
booleanCl="red"
nullCl="violet"
keyCl="red"
string_font_size="1rem"
number_font_size="1rem"
boolean_font_size="1rem"
null_font_size="1rem"
key_font_size="1rem"
height="300px"
width="300px"
borderRadius="10px"
ProgressBar-Chart
installData={SkillsArray}
DataName="skillName"
DataPercentage="skillPercentage"
height="0.8rem"
borderRadius="0.8rem"
background="linear-gradient(to left,rgba(54, 162, 235, 1),rgba(54, 162, 235, 0.2))"
boxShadow=" 0 3px 3px -5px rgba(54, 162, 235, 0.8),0 2px 5px rgba(54, 162, 235, 0.5)"
color="rgb(0, 0, 0)"
Skills-Radar-Chart
installrawData={SkillsArray}
skillPercentage="skillPercentage"
skillName="skillName"
label="Skills"
backgroundColor="rgba(255, 99, 132, 0.2)"
borderColor={["blue", "red", "green", "yellow" ]}
borderWidth="5"
pointBackgroundColor="rgb(54, 162, 235)"
pointBorderColor={["blue", "red", "green","yellow" ]}
pointHoverBackgroundColor="#fff"
pointHoverBorderColor="rgb(54, 162, 235)"
borderDash={[ 2 , 5 ]}
borderDashOffset="8"
angleLines="rgba(255, 99, 132, 0.2)"
grid="rgba(255, 99, 132, 0.2)"
pointLabels="rgba(255, 99, 132, 0.2)"
ticks="rgba(255, 99, 132, 0.2)"