FunctionInputField({
type = "text",
placeholder,
register,
required = true,
errors,
})
components/common/Form/InputField.js:3
FunctionScheduleCard({
imgSrc,
color = "#1CC14A",
backgroundColor = "#D8FFDC",
title,
description,
})
components/pages/landing/GenerateSchedule.js:11
FunctionSinglePriceItem({
mainColor = "rgb(87,197,139)",
bgColor = "#eaf8f1",
pricedata = {},
subscriptionInfo,
})
components/BDPricingCard.js:71
FunctionTextAreaGroup({
name,
label,
register,
type = "text",
placeholder,
})
components/modals/tools/categories/CreateOrEdit.js:43