All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.snippets.Alerts.AlertSection.jsx Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
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