FunctionCreateAlertModal({
userId,
symbol,
currentPrice,
companyName = "",
onAlertCreated,
children,
open:
components/watchlist/CreateAlertModal.tsx:24
FunctionInputField({name, label, placeholder, type ="text", register, error, validation, disabled, value}: FormInputProps)
components/forms/InputField.tsx:6
FunctionSelectField({name, label, placeholder, options, control, error, required = false}: SelectFieldProps)
components/forms/SelectField.tsx:12
FunctionTradingViewWidget({ title, scriptUrl, config, height = 600, className, allowExpand = false }: TradingViewWidgetProps)
components/TradingViewWidget.tsx:18
FunctionWatchlistButton({
symbol,
company,
isInWatchlist,
showTrashIcon = false,
type = "button",
userId,
components/WatchlistButton.tsx:16