--- const {args} = Astro.props; --- {(args && args.length) ? (

Arguments

{args.map(arg=>( ))}
{arg.name}
{!arg.is_required && ( "optional " )} {arg.type}
{arg.description}
) : ''}