```js // Button.stories.js export const CustomSource = () => Template.bind({}); CustomSource.parameters = { docs: { source: { code: 'Some custom string here', }, }, }; ```