e.g. When rendering a form, I would like the ability to provide custom actions that can operate on this form: <Form ... actions={submit, cancel, save, delete, etc} > where submit, cancel, save, delete, etc. are objects describing the actions in some way.