> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/5/app-studio/reference/gallery/comment

[mintlify link]: https://doc.lucidworks.com/docs/5/app-studio/reference/gallery/comment

[old doc.lw link]: https://doc.lucidworks.com/app-studio/4.2/1045

<LwTemplate />

## Default

<img src="https://mintcdn.com/lucidworks/svjqq6CDiXcpPrjs/assets/images/app-studio/as-examples/gallery/comment01.png?fit=max&auto=format&n=svjqq6CDiXcpPrjs&q=85&s=13cf2b9ac145bfec67ea60f42583c6b3" alt="Example" width="1271" height="190" data-path="assets/images/app-studio/as-examples/gallery/comment01.png" />

```html wrap  expandable  theme={"dark"}
<div styling="comment-list">
    <div styling="comment">
        <a class="avatar">
            <Frame><img src="assets/avatars/j.jpg"></Frame>
        </a>
        <div class="content">
            <a class="author">Stevie Feliciano</a>
            <div class="metadata">
                <div class="date">2 days ago</div>
                <div class="rating">
                    <i class="star icon"></i>
                    5 Faves
                </div>
            </div>
            <div class="text">
                Hey guys, I hope this example comment is helping you read this documentation.
            </div>
        </div>
    </div>
</div>
```

## Comment List

<img src="https://mintcdn.com/lucidworks/svjqq6CDiXcpPrjs/assets/images/app-studio/as-examples/gallery/comment02.png?fit=max&auto=format&n=svjqq6CDiXcpPrjs&q=85&s=2bea3658826b8d451bb15c1e3fdc3c81" alt="Example" width="1271" height="1221" data-path="assets/images/app-studio/as-examples/gallery/comment02.png" />

```xml wrap  theme={"dark"}
<social:comment-list target="{string}" platform="{object}" [format="{string}" ]="" [delete-label="{string}" [show="{number}" [show-more="{number}" [show-more-label="{string}" [show-less-label="{string}" [empty-text="{string}" [default-delete-message="{string}" [avatars="{string}">
</social:comment-list>
```
