Skip to content

Commit 3ce3380

Browse files
committed
docs: Add image to readme
1 parent 5a4b003 commit 3ce3380

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<h1 class='sbdocs-title'>@zebra-fed/zeta-web</h1>
22

3+
<picture style="max-width: 400px">
4+
<source media="(prefers-color-scheme: dark)" srcset="./documentation/dark-wide.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="./documentation/light-wide.svg">
6+
<img alt="Fallback image description" src="./documentation/light-wide.svg">
7+
</picture>
8+
39
Zeta Web is a native web component library created by Zebra Technologies written in TypeScript.
410
The Zeta Design System includes foundations, components, and best practices that can be used when building UX.
511

0 commit comments

Comments
 (0)