# 段落 y-section

段落

# 组件名称

y-section

# 基础用法

# 属性

/**
 * 属性
 */
export interface Props {
    /**
     * 标题
     */
    title: string

    /**
     * 提示信息
     */
    tip: string

    /**
     * 是否必须,默认false
     */
     required?: boolean
}

# Slots

name 说明
title-right 标题右侧