META UI Components
    Preparing search index...

    Interface IMeIconAttrs

    Атрибуты компонента me-icon

    interface IMeIconAttrs {
        animation?: "none" | "spin" | "pulse" | "bounce" | "shake";
        animationSpeed?: "normal" | "slow" | "fast";
        ariaLabel?: string;
        ariaRole?: string;
        background?: string;
        backgroundShape?: "none" | "square" | "circle" | "rounded";
        border?: string;
        boxShadow?: string;
        clickable?: boolean;
        color?: string;
        cssClass?: string;
        disabled?: boolean;
        flipHorizontal?: boolean;
        flipVertical?: boolean;
        icon?: string;
        iconSet?: "custom" | "material" | "fontawesome" | "bootstrap";
        padding?: string;
        rotation?: number;
        size?: number | "small" | "normal" | "large" | "xlarge";
        style?: CSSProperties;
        tooltip?: string;
        tooltipPosition?: "left" | "top" | "bottom" | "right";
    }
    Index

    Properties

    animation?: "none" | "spin" | "pulse" | "bounce" | "shake"

    Анимация иконки

    animationSpeed?: "normal" | "slow" | "fast"

    Скорость анимации

    "normal"
    
    ariaLabel?: string

    Доступность: описание для скринридеров

    ariaRole?: string

    Роль для доступности

    "img"
    
    background?: string

    Фон иконки

    backgroundShape?: "none" | "square" | "circle" | "rounded"

    Форма фона

    "none"
    
    border?: string

    Рамка

    boxShadow?: string

    Тень

    clickable?: boolean

    Кликабельная иконка

    false
    
    color?: string

    Цвет иконки

    cssClass?: string

    Дополнительные CSS классы

    disabled?: boolean

    Отключить иконку

    false
    
    flipHorizontal?: boolean

    Отразить иконку по горизонтали

    false
    
    flipVertical?: boolean

    Отразить иконку по вертикали

    false
    
    icon?: string

    Имя иконки

    iconSet?: "custom" | "material" | "fontawesome" | "bootstrap"

    Набор иконок

    "material"
    
    padding?: string

    Отступы внутри фона

    rotation?: number

    Поворот иконки (в градусах)

    size?: number | "small" | "normal" | "large" | "xlarge"

    Размер иконки

    "normal"
    
    style?: CSSProperties

    Встроенные стили

    tooltip?: string

    Подсказка при наведении

    tooltipPosition?: "left" | "top" | "bottom" | "right"

    Позиция подсказки

    "top"