18 lines
322 B
Markdown
18 lines
322 B
Markdown
---
|
|
title: name
|
|
---
|
|
|
|
The `name` key in the pattern configuration holds the name of your design.
|
|
|
|
## Structure
|
|
|
|
The value should hold a string that is also a [valid NPM package
|
|
name](https://github.com/npm/validate-npm-package-name).
|
|
|
|
## Example
|
|
|
|
```js
|
|
name: "sorcha"
|
|
```
|
|
|
|
In this example, the pattern is named **sorcha**.
|