We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yun8711/element-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
el-badge.d.ts•381 B
import { ElementUIComponent } from './component'
/** Badge Component */
export declare class ElBadge extends ElementUIComponent {
/** Display value */
value: string | number
/** Maximum value, shows '{max}+' when exceeded. Only works if `value` is a number */
max: number
/** If a little dot is displayed */
isDot: boolean
/** Hidden badge */
hidden: boolean
}