META UI Components
    Preparing search index...

    Interface IMeStaticTextAttrs

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

    interface IMeStaticTextAttrs {
        background?: string;
        border?: string;
        borderRadius?: string;
        boxShadow?: string;
        color?: string;
        contentType?: "html" | "text" | "markdown";
        html?: string;
        margin?: string;
        maxWidth?: string;
        padding?: string;
        size?: "small" | "normal" | "large" | "xlarge";
        text?: string;
        textAlign?: "center" | "left" | "right" | "justify";
        weight?: "bold" | "normal" | "light";
    }
    Index

    Properties

    background?: string

    Фон

    border?: string

    Рамка

    borderRadius?: string

    Скругление углов

    boxShadow?: string

    Тень

    color?: string

    Цвет текста

    contentType?: "html" | "text" | "markdown"

    Тип контента

    "text"
    
    html?: string

    HTML контент для отображения

    margin?: string

    Внешние отступы

    maxWidth?: string

    Максимальная ширина

    padding?: string

    Отступы

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

    Размер текста

    "normal"
    
    text?: string

    Текст для отображения

    textAlign?: "center" | "left" | "right" | "justify"

    Выравнивание текста

    "left"
    
    weight?: "bold" | "normal" | "light"

    Вес шрифта

    "normal"