---
title: "Can I use custom elements inside Components?"
date: "2018-03-20T19:24:45+00:00"
summary: "Discover how to enhance Site Studio Components with custom elements. Learn to create editable fields, extend functionality, and empower website editors with this powerful feature."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/64726-can-i-use-custom-elements-inside-components"
id: "a1fec0bc-ac4e-466a-8c0e-3da45f06b4a1"
---

Yes. If you develop your own Custom elements you can use them within Components and make their fields editable within your them.

If you develop Custom elements you can use them within your Components and then make the fields within your Element editable within your Component.

This is a powerful feature that lets you extend the functionality of Site Studio and expose it to your website editors through Components.

Here's a [developer guide to creating Custom elements.](https://sitestudiodocs.acquia.com/6.0/user-guide/how-create-custom-element "How to create a custom element")