FE_Test / components /forms /required.tsx
GitHub Actions
Deploy from GitHub Actions [test] - 2025-10-31 10:18:25
5f2aab6
export function RequiredIndicator() {
return <div className="flex h-4 w-[36px] items-center rounded-[2px] px-2 text-xs text-nowrap text-[#DA2A2A] outline outline-red-500">必須</div>;
}