56 lines
759 B
Plaintext
56 lines
759 B
Plaintext
# Template
|
|
|
|
## Usage
|
|
|
|
## Language Info
|
|
|
|
### Name
|
|
|
|
`name`
|
|
|
|
### Aliases
|
|
|
|
### Extensions
|
|
|
|
### Editor
|
|
|
|
`script`
|
|
|
|
## Compiler
|
|
|
|
### Version
|
|
|
|
## Code Formatting
|
|
|
|
## Custom Settings
|
|
|
|
[Custom settings](../advanced/custom-settings.mdx) added to the property `name` are passed as a JSON object to the `compiler` during compile. Please check the [documentation](#) for full reference.
|
|
|
|
Please note that custom settings should be valid JSON (i.e. functions are not allowed).
|
|
|
|
**Example:**
|
|
|
|
```json title="Custom Settings"
|
|
{
|
|
"name": {}
|
|
}
|
|
```
|
|
|
|
## Helper Methods
|
|
|
|
## Live Reload
|
|
|
|
## Limitations
|
|
|
|
## Example Usage
|
|
|
|
import LiveCodes from '../../src/components/LiveCodes.tsx';
|
|
|
|
export const params = {};
|
|
|
|
<LiveCodes params={params}></LiveCodes>
|
|
|
|
## Starter Template
|
|
|
|
## Links
|