+
+,
+ }}
+/>
+
+### Action links
+
+You can specify any content as the `message` or `action`. This can be a button, a link, or any other component that you want to use to guide the user to the next step.
+
+```tsx live
+}
+ action={
+
+ Upload data
+
+ Back to homepage
+
+
+ }
+/>
+```
+
+