@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
11 lines (10 loc) • 340 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import SCUpScalingTierBadge from './index';
export default {
title: 'Design System/React UI Shared/SCUpScalingTierBadge',
component: SCUpScalingTierBadge
};
const template = (args) => _jsx(SCUpScalingTierBadge, Object.assign({}, args));
export const Base = {
render: template
};