-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add more docs and components (#8111)
* feat(docs): add vkui-docs-theme component + minimal doc * fix: review notes * feat(docs): add more docs and components * fix: clean up * fix review notes + design review * chore: remove old merge files
- Loading branch information
1 parent
d5e207b
commit caa1e30
Showing
23 changed files
with
722 additions
and
148 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/vkui-docs-theme/src/components/Sidebar/Accordion/Accordion.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.icon { | ||
padding-inline: var(--vkui--spacing_size_xs); | ||
padding-block: var(--vkui--spacing_size_s); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
-webkit-tap-highlight-color: transparent; | ||
} | ||
|
||
ol, | ||
ul, | ||
menu { | ||
list-style: none; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export default { | ||
'helpers': { | ||
title: 'Утилиты', | ||
}, | ||
'unstable': { | ||
title: 'Нестабильные компоненты', | ||
}, | ||
'css-modules': { | ||
title: 'CSS Modules', | ||
}, | ||
'customize': { | ||
title: 'Кастомизация', | ||
}, | ||
'ssr': { | ||
title: 'Серверный рендеринг', | ||
}, | ||
}; |
Oops, something went wrong.