/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/components/spotlight/docs/example.jsx
23 строки
540 B
Harris Papazoglou
Fixes Yoast SEO icon (#96504)
18 ноя 2024, 19:40
Не верифицирован
18 ноя 2024, 19:40
0415bbc
Код
Авторство
О чём код?
import Spotlight from 'calypso/components/spotlight'; const illustrationSrc = 'https://ps.w.org/wordpress-seo/assets/icon-256x256.gif'; const url = '/'; const taglineText = 'tagline text'; const titleText = 'title text'; const ctaText = 'cta text'; const SpotlightExample = () => { return ( <Spotlight illustrationSrc={ illustrationSrc } url={ url } taglineText={ taglineText } titleText={ titleText } ctaText={ ctaText } /> ); }; SpotlightExample.displayName = 'SpotlightExample'; export default SpotlightExample;