You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/card/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ All standard UI events are forwarded.
86
86
87
87
A fragment used as a content area within a card.
88
88
89
-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
89
+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
90
90
91
91
Note that you can supply your own component to a `ClassAdder` based component. You can use this to create things like list cards.
92
92
@@ -125,7 +125,7 @@ All standard UI events are forwarded.
125
125
126
126
An area of the card within the media meant to show content over top of the media.
127
127
128
-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
128
+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
129
129
130
130
## Actions
131
131
@@ -145,11 +145,11 @@ All standard UI events are forwarded.
145
145
146
146
An area of the card, within Actions, containing buttons.
147
147
148
-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
148
+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
149
149
150
150
## ActionIcons
151
151
152
152
An area of the card, within Actions, containing icon buttons.
153
153
154
-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
154
+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
Copy file name to clipboardExpand all lines: packages/paper/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,16 +57,16 @@ All standard UI events are forwarded.
57
57
58
58
A fragment used as a title on the Paper.
59
59
60
-
Equivalent to the [`ClassAdder` with `H5` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
60
+
Equivalent to the [`ClassAdder` with `H5` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
61
61
62
62
## Subtitle
63
63
64
64
A fragment used as a subtitle on the Paper.
65
65
66
-
Equivalent to the [`ClassAdder` with `H6` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
66
+
Equivalent to the [`ClassAdder` with `H6` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
67
67
68
68
## Content
69
69
70
70
A fragment used as a body of the Paper.
71
71
72
-
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/common/README.md#classaddersvelte).
72
+
Equivalent to the [`ClassAdder` with `Div` common component](https://github.com/hperrin/svelte-material-ui/blob/master/packages/common/README.md#classaddersvelte).
0 commit comments