UNPKG

@yandex/ui

Version:

Yandex UI components

5 lines (4 loc) 324 B
import React from 'react'; import { Spin } from '@yandex-lego/components/Spin/Spin.bundle/desktop'; export var Position = function () { return (React.createElement("div", { style: { position: 'relative', height: 38 } }, React.createElement(Spin, { progress: true, position: "center", view: "default", size: "l" }))); };