import {render} from 'react-dom';
import React from 'react';
import {CheckmarkIcon} from '@jetbrains/ring-ui/components/icon';
import Tag from '@jetbrains/ring-ui/components/tag/tag';
import hubConfig from '@ring-ui/docs/components/hub-config';
const url = `${hubConfig.serverUri}/api/rest/avatar/default?username=Jet%20Brains`
const renderBadgeDemo = () => (
Simple
Read-only
With angle
With angle and long truncated text
With long truncated text
With icon title
With avatar
);
render(renderBadgeDemo(), document.getElementById('tags'));