chore: rename "Examples" to "Extensions" for clarity
This commit is contained in:
parent
9a845344fb
commit
3257060c39
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Combobox >> Examples ||30
|
||||
# Combobox >> Extensions ||30
|
||||
|
||||
```js script
|
||||
import { html } from '@mdjs/mdjs-preview';
|
||||
|
|
@ -33,7 +33,7 @@ export const main = () => html`
|
|||
`;
|
||||
```
|
||||
|
||||
[...show more](./examples.md)
|
||||
[...show more](./extensions.md)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Input Tel Dropdown >> Examples ||30
|
||||
# Input Tel Dropdown >> Extensions ||30
|
||||
|
||||
```js script
|
||||
import { html } from '@mdjs/mdjs-preview';
|
||||
Loading…
Reference in a new issue