/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/components/animate/docs/example.jsx
16 строк
349 B
Griffith Chen
client/components: drop findDOMNode in section-nav; migrate docs-example defaultProps (React 19) (#111622)
12 июн 2026, 16:57
Не верифицирован
12 июн 2026, 16:57
547e460
Код
Авторство
О чём код?
import Animate from '../index'; function AnimateExample( { exampleCode = ( <Animate type="appear"> This content will animate on rendering. You may have to reload the page to see the effect. </Animate> ), } ) { return exampleCode; } Animate.displayName = 'Animate'; AnimateExample.displayName = 'Animate'; export default AnimateExample;