bufferapp/ui

View on GitHub
scripts/new-component-template/src/documentation/examples/ComponentNamePlaceholder/ComponentNamePlaceholder.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'
import ComponentNamePlaceholder from '@bufferapp/ui/ComponentNamePlaceholder'

/** ComponentNamePlaceholder Example */
export default function ExampleComponentNamePlaceholder() {
  return <ComponentNamePlaceholder>Hello, world!</ComponentNamePlaceholder>
}