diff --git a/docs/app/Examples/elements/Label/Types/LabelPointing.js b/docs/app/Examples/elements/Label/Types/LabelPointing.js index bfc36b4a2e..4460ecfddd 100644 --- a/docs/app/Examples/elements/Label/Types/LabelPointing.js +++ b/docs/app/Examples/elements/Label/Types/LabelPointing.js @@ -10,7 +10,7 @@ const LabelPointing = () => ( - + @@ -22,8 +22,8 @@ const LabelPointing = () => ( - + ) diff --git a/docs/app/Examples/elements/Label/Types/LabelPointingColored.js b/docs/app/Examples/elements/Label/Types/LabelPointingColored.js new file mode 100644 index 0000000000..04adcfdd98 --- /dev/null +++ b/docs/app/Examples/elements/Label/Types/LabelPointingColored.js @@ -0,0 +1,31 @@ +import React from 'react' +import { Divider, Form, Label } from 'stardust' + +const LabelPointing = () => ( +
+ + + + + + + + + + + + + + + + + + + + + + + +) + +export default LabelPointing diff --git a/docs/app/Examples/elements/Label/Types/index.js b/docs/app/Examples/elements/Label/Types/index.js index 59835815bc..56a8d6c5a0 100644 --- a/docs/app/Examples/elements/Label/Types/index.js +++ b/docs/app/Examples/elements/Label/Types/index.js @@ -19,6 +19,7 @@ const Types = () => ( description='A label can point to content next to it' examplePath='elements/Label/Types/LabelPointing' /> + )