// We are using anchors as mere placeholders to replicate the front-end look. /* eslint-disable jsx-a11y/anchor-is-valid */ /** * External dependencies */ import { WC_BLOCKS_IMAGE_URL } from '@woocommerce/block-settings'; import { __ } from '@wordpress/i18n'; import { useBlockProps } from '@wordpress/block-editor'; import { Notice } from '@wordpress/components'; /** * Internal dependencies */ export const ProductReviews = () => { const blockProps = useBlockProps(); return (

{ __( 'The products reviews and the form to add a new review will be displayed here according to your theme. The look you see here is not representative of what is going to look like, this is just a placeholder.', 'woo-gutenberg-products-block' ) }

{ __( '3 reviews for this product', 'woo-gutenberg-products-block' ) }

Placeholder

{ __( 'Add a review', 'woo-gutenberg-products-block' ) }

{ __( 'Your rating *', 'woo-gutenberg-products-block' ) }

{ __( 'Your review *', 'woo-gutenberg-products-block' ) }