@uiw/react-shields
Version:
Shields.io for react component, Quality metadata badges for open source projects.
22 lines • 755 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import Container from '../common/Container';
import { Issues } from './Issues';
import { Size } from './Size';
import { License } from './License';
import Downloads from './Downloads';
import Activity from './Activity';
import Version from './Version';
import Analysis from './Analysis';
import Social from './Social';
import { jsx as _jsx } from "react/jsx-runtime";
var Github = props => /*#__PURE__*/_jsx(Container, _extends({}, props));
Github.Issues = Issues;
Github.Size = Size;
Github.Downloads = Downloads;
Github.License = License;
Github.Activity = Activity;
Github.Analysis = Analysis;
Github.Version = Version;
Github.Social = Social;
Github.displayName = 'Github';
export default Github;