⚠️ Alert

Alert

Alert are used primarily for

Alert component working!

Alert works
app.tsx
  import { Alert } from "@chepe/ui";
 
export default function App() {
  return <Alert>Alert works</Alert>;
}
 
⚠️

Work in Progress