## ProgressBar Usage example: ```typescript jsx import { ProgressBar, HStack } from '@project-1114/ui-kit' export function App(){ return ( ) } ```