The improved Result component should use React Hooks and include following parameters:
status parameter that take success | error | info | warning
title parameter to dispaly a title under the icon on Result page
intro parameter to display additional information for explanation.
Antd Result Component is a good example.
The improved Result component should use React Hooks and include following parameters:
statusparameter that take success | error | info | warningtitleparameter to dispaly a title under the icon on Result pageintroparameter to display additional information for explanation.Antd Result Component is a good example.