1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/anderson-liu-ant-motion-next-js-boilerplate

Клонировать/Скачать
index.js 513
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
anderson Отправлено 23.07.2018 10:20 1cf4e92
import Head from 'next/head'
import { LocaleProvider } from 'antd';
import enUS from 'antd/lib/locale-provider/en_US'
export default ({ children }) => (
<LocaleProvider locale={enUS}>
<div style={{marginTop: 100}}>
<Head>
{/*<link rel='stylesheet' href='//cdnjs.cloudflare.com/ajax/libs/antd/2.9.3/antd.min.css' />*/}
</Head>
<style jsx global>{`
body {
}
`}</style>
{children}
</div>
</LocaleProvider>
)

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/anderson-liu-ant-motion-next-js-boilerplate.git
git@api.gitlife.ru:oschina-mirror/anderson-liu-ant-motion-next-js-boilerplate.git
oschina-mirror
anderson-liu-ant-motion-next-js-boilerplate
anderson-liu-ant-motion-next-js-boilerplate
master