![JAR search and dependency download from the Maven repository](/logo.png)
components.snippets.Alerts.AlertSection.jsx Maven / Gradle / Ivy
import React from 'react'
import { TextSegment, TimeStampSegment, CloseButtonSegment, StacktraceSegment } from './utils'
import { AlertTypes } from './AlertsTypes'
/**
* AlertSection - можно складывать в едицый блок
* TextSegment, TimeStampSegment, CloseButtonSegment, StacktraceSegment - опциональны
* @example
* двухуровневый Alert
* (on top -> title + close + timestamp) , (on bottom -> text)
*
*
*/
export const AlertSection = ({
text,
timestamp,
closeButton,
onClick,
stacktrace,
stacktraceVisible,
textClassName,
style,
isSimple,
t,
}) => (
)
AlertSection.propTypes = AlertTypes
© 2015 - 2025 Weber Informatics LLC | Privacy Policy