Spinner 是一个 WordPress 组件,用于在用户操作处理过程中提供视觉反馈,表示请求正在处理且即将完成。
import { Spinner } from '@wordpress/components';
function Example() {
return <Spinner />;
} Spinner is a component used to notify users that their action is being processed.
import { Spinner } from '@wordpress/components';
function Example() {
return <Spinner />;
}
The spinner component should:
Check out the Storybook page for a visual exploration of this component.