diff --git a/docs/src/app/components/pages/components/buttons.jsx b/docs/src/app/components/pages/components/buttons.jsx
index b3a39ed6c98187..8649a1df918fd9 100644
--- a/docs/src/app/components/pages/components/buttons.jsx
+++ b/docs/src/app/components/pages/components/buttons.jsx
@@ -144,6 +144,12 @@ class ButtonPage extends React.Component {
{
name: 'Raised Button',
infoArray: [
+ {
+ name: 'fullWidth',
+ type: 'bool',
+ header: 'optional',
+ desc: 'If true, will change the width of the button to span the full width of the parent.'
+ },
{
name: 'containerElement',
type: 'oneOfType [string, element]',
@@ -404,6 +410,9 @@ class ButtonPage extends React.Component {