scripts/new-component-template/src/documentation/examples/ComponentNamePlaceholder/ComponentNamePlaceholder.jsx
import React from 'react'
import ComponentNamePlaceholder from '@bufferapp/ui/ComponentNamePlaceholder'
/** ComponentNamePlaceholder Example */
export default function ExampleComponentNamePlaceholder() {
return <ComponentNamePlaceholder>Hello, world!</ComponentNamePlaceholder>
}