@yandex/ui
Version:
Yandex UI components
12 lines (11 loc) • 981 B
JavaScript
import React from 'react';
import { UserPic } from '@yandex-lego/components/UserPic/desktop/bundle';
export var Default = function () { return (React.createElement(React.Fragment, null,
React.createElement("div", { style: { marginRight: '20px', display: 'inline-block' } },
React.createElement(UserPic, { plus: true, avatarId: "43978/351415393-30646433", size: "m" })),
React.createElement("div", { style: { marginRight: '20px', display: 'inline-block' } },
React.createElement(UserPic, { avatarId: "0/0-0", hasCamera: true, size: "m" })),
React.createElement("div", { style: { marginRight: '20px', display: 'inline-block' } },
React.createElement(UserPic, { plus: true, avatarId: "0/0-0", hasCamera: true, size: "m" })),
React.createElement("div", { style: { marginRight: '20px', display: 'inline-block' } },
React.createElement(UserPic, { lodpiUrl: "https://jing.yandex-team.ru/files/kri0-gen/halp_orange.jpg", size: "m" })))); };