VOOZH about

URL: https://ant.design/components/result.md


--- group: Feedback category: Components title: Result description: Used to feedback the processing results of a series of operations. cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-e2IRroDJyEAAAAAAAAAAAAADrJ8AQ/original coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-0kxQrbHx2kAAAAAAAAAAAAADrJ8AQ/original --- ## When To Use Use when important operations need to inform the user to process the results and the feedback is more complicated. ## Examples ### Success Show successful results. ```tsx import React from 'react'; import { Button, Result } from 'antd'; const App: React.FC = () => (