This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree 4 files changed +15
-0
lines changed
4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 195
195
" example" ,
196
196
" code"
197
197
]
198
+ },
199
+ {
200
+ "login" : " odanado" ,
201
+ "name" : " odanado" ,
202
+ "avatar_url" : " https://avatars.githubusercontent.com/u/6040962?v=4" ,
203
+ "profile" : " https://github.com/odanado" ,
204
+ "contributions" : [
205
+ " code" ,
206
+ " tool"
207
+ ]
198
208
}
199
209
],
200
210
"contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
215
215
<td align="center"><a href="http://www.linkedin.com/in/schalch"><img src="https://avatars3.githubusercontent.com/u/13435327?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Guilherme Schalch</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=gbschalch" title="Code">💻</a></td>
216
216
<td align="center"><a href="http://www.be-codified.com"><img src="https://avatars1.githubusercontent.com/u/10107183?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Žiga Vukčevič</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=be-codified" title="Documentation">📖</a></td>
217
217
<td align="center"><a href="https://github.com/carwack"><img src="https://avatars3.githubusercontent.com/u/16015740?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Sybren W</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=carwack" title="Documentation">📖</a> <a href="#content-carwack" title="Content">🖋</a> <a href="#example-carwack" title="Examples">💡</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=carwack" title="Code">💻</a></td>
218
+ <td align="center"><a href="https://github.com/odanado"><img src="https://avatars.githubusercontent.com/u/6040962?v=4?s=50" width="50px;" alt=""/><br /><sub><b>odanado</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=odanado" title="Code">💻</a> <a href="#tool-odanado" title="Tools">🔧</a></td>
218
219
</tr >
219
220
</table >
220
221
Original file line number Diff line number Diff line change 41
41
"docs:lint" : " yarn workspace chakra-ui-docs lint" ,
42
42
"theme:dev" : " yarn workspace @chakra-ui/theme-vue build" ,
43
43
"docs-dev" : " yarn workspace chakra-ui-docs dev" ,
44
+ "docs-build" : " yarn workspace chakra-ui-docs build" ,
45
+ "docs-serve" : " yarn workspace chakra-ui-docs nuxt start" ,
44
46
"evalbundle" : " bundlesize"
45
47
},
46
48
"dependencies" : {
Original file line number Diff line number Diff line change 28
28
d =" flex"
29
29
align-items =" center"
30
30
list-style-type =" none"
31
+ pt =" 8px"
32
+ pl =" 16px"
31
33
>
32
34
<CBox :display =" ['none', 'none', 'block']" as =" li" mr =" 2" >
33
35
<span id =" github-star-button" />
You can’t perform that action at this time.
0 commit comments