# Action (deprecated alias of [Button](./Button.md))

> ⚠️ **Deprecated.** `Action` has been renamed to **`Button`**. It remains an
> alias for backward compatibility and will be removed in a future major
> version. The two are the exact same component — migrate at your own pace:
>
> ```diff
> - import { Action } from "@particle-academy/react-fancy";
> + import { Button } from "@particle-academy/react-fancy";
> ```
>
> `ActionProps` → `ButtonProps`, `ActionColor` → `ButtonColor` (also deprecated
> aliases).

Do not use `Action` in new code, examples, or generated snippets — always use
`Button`. Full, current documentation lives in **[Button](./Button.md)**.
