# createPluginFromFeature

Create a plugin instance for a single feature.
Shows a warning if the feature is not registered.

```ts
createPluginFromFeature(name: string, config: unknown): GridPlugin | undefined
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `name` | <code>string</code> |  |
| `config` | <code>unknown</code> |  |
