> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/designer-gaps.md).

# Designer Gaps

Ability to wrap the external element in a component

Ability to remove the external element in a component&#x20;

## Properties&#x20;

e.g. ID, for Form input Name&#x20;

* Validators e.g. to prevent duplicates, and ensure valid formatting&#x20;
  * Preformatters&#x20;
  * Required

{% hint style="success" %}
What triggers element code on dropping e.g. an INPUT on page, to default that Name? &#x20;
{% endhint %}

## Boolean Attributes

e.g. disabled&#x20;

```
<input
  type="submit"
  class="w-button"
  value="Submit"
  disabled
/>

```

## Multipart Components &#x20;

e.g. 2 top elements within a component&#x20;

## Thin Slots

No DIV generation&#x20;

## Thin Collection Lists, No DIV generation&#x20;

After SSR. .&#x20;

Ability to put Non-Components ( Elements ) in Component slots&#x20;

## Variant Support for&#x20;
