Skip to content

Commit 9dbe0bc

Browse files
committed
chore(sheets.md): move design specification to page features
1 parent 55f2085 commit 9dbe0bc

File tree

1 file changed

+2
-1
lines changed
  • packages/docs/src/pages/en/components

1 file changed

+2
-1
lines changed

packages/docs/src/pages/en/components/sheets.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ features:
1212
github: /components/VSheet/
1313
label: 'C: VSheet'
1414
report: true
15+
spec: https://m2.material.io/design/environment/elevation.html
1516
---
1617

1718
# Sheets
@@ -56,7 +57,7 @@ Some of the standard props that can be applied to the `v-sheet` component are li
5657

5758
#### Elevation
5859

59-
The `v-sheet` component accepts a custom elevation between **0** and **24** (0 is default). The _elevation_ property modifies the `box-shadow` property. More information is located in the MD [Elevation Design Specification](https://material.io/design/environment/elevation.html).
60+
The `v-sheet` component accepts a custom elevation between **0** and **24** (0 is default). The _elevation_ property modifies the `box-shadow` property.
6061

6162
<ExamplesExample file="v-sheet/prop-elevation" />
6263

0 commit comments

Comments
 (0)