<.progress_bar max={100} value={75}/> <.progress_bar max={200} value={150} title="Storage Used:"/>
<.progress_bar max={100} value={0} title="Not started"/> <.progress_bar max={100} value={25} title="25% Complete"/> <.progress_bar max={100} value={50} title="Halfway there"/> <.progress_bar max={100} value={75} title="Almost done"/> <.progress_bar max={100} value={100} title="Complete!"/>
<.progress_bar max={5} value={3} title="Steps completed:"/> <.progress_bar max={1000} value={750} title="Points earned:"/> <.progress_bar max={1024} value={847} title="Download progress (MB):"/>
<.progress_bar max={100} value={120} title="Exceeded goal:"/> <.progress_bar max={1000} value={1} title="Just started:"/> <.progress_bar max={100} value={42} title="Very Long Progress Bar Title That Might Wrap:"/>