Add the ability to pass the optional property "name" to the button component: ```ts name?: string ``` example: ```ts <Button name="_action" /> ``` ```bash git checkout release/0.5 git pull git checkout -b 'feature/button-name' ```