File tree Expand file tree Collapse file tree 1 file changed +15
-25
lines changed Expand file tree Collapse file tree 1 file changed +15
-25
lines changed Original file line number Diff line number Diff line change 3434 "
3535 >
3636 <Link
37- :class =" tw`inline-flex space-x-2 py-4 px-4`"
37+ variant =" primary"
38+ :class =" tw`space-x-2 py-4 px-4`"
3839 to =" /guides/getting-started"
3940 styled
4041 >
5455 />
5556 </svg >
5657 </Link >
57- <Link
58- :class =" tw`inline-flex space-x-2 py-4 px-4`"
59- href =" https://github.com/natedunn/vue-zephyr"
60- external
61- newWindow
58+ <Anchor
59+ variant =" primary"
60+ :classAppend =" {
61+ anchor: 'space-x-2 py-4 px-4',
62+ icon: 'w-5'
63+ }"
64+ href =" https://github.com/usezephyr/vue-zephyr"
65+ newTab
6266 >
63- <div >Github</div >
64- <svg
65- :class =" tw`w-4`"
66- xmlns =" http://www.w3.org/2000/svg"
67- fill =" none"
68- viewBox =" 0 0 24 24"
69- stroke =" currentColor"
70- >
71- <path
72- stroke-linecap =" round"
73- stroke-linejoin =" round"
74- stroke-width =" 3"
75- d =" M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
76- />
77- </svg >
78- </Link >
67+ Github
68+ </Anchor >
7969 </div >
8070 </div >
8171 </header >
148138 >
149139 <p >
150140 Using
151- <Link href =" https://github.com/tw-in-js/twind" external newWindow
152- > Twind</ Link
153- >
141+ <Anchor href =" https://github.com/tw-in-js/twind" newTab >
142+ Twind
143+ </ Anchor >
154144 under the hood, Zephyr requires no build step to generate Tailwind
155145 styles.
156146 </p >
You can’t perform that action at this time.
0 commit comments