Skip to content

Commit

Permalink
latest patches and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 2, 2024
1 parent 293e6bd commit 495369d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"start": "pnpm run serve"
},
"dependencies": {
"@spectrum-css/card": "^9.3.0",
"@spectrum-web-components/action-menu": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1",
"@spectrum-web-components/menu": "^1.0.1",
Expand Down
36 changes: 36 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/spectrum.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// https://opensource.adobe.com/spectrum-web-components/tools/theme/#advanced-usage
import '@spectrum-web-components/theme/sp-theme.js';
import '@spectrum-web-components/theme/src/themes.js';

Expand All @@ -7,3 +8,7 @@ import '@spectrum-web-components/menu/sp-menu.js';
import '@spectrum-web-components/menu/sp-menu-item.js';
import '@spectrum-web-components/menu/sp-menu-divider.js';
import '@spectrum-web-components/menu/sp-menu-group.js';

import SpectrumCard from '@spectrum-css/card' with { type: 'css' };

console.log({ SpectrumCard });

0 comments on commit 495369d

Please sign in to comment.