import {Alert} from "@nextui-org/react"; export default function App() { return (
{["none", "sm", "md", "lg", "full"].map((radius) => (
))}
); }