Skip to content

Commit

Permalink
docs: add ru readme (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev authored Dec 24, 2024
1 parent bcca01d commit be53fc5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README-ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# @gravity-ui/navigation · [![npm package](https://img.shields.io/npm/v/@gravity-ui/navigation)](https://www.npmjs.com/package/@gravity-ui/navigation) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/navigation/.github/workflows/ci.yml?branch=main&label=CI&logo=github)](https://github.com/gravity-ui/navigation/actions/workflows/ci.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.yandexcloud.dev/navigation/)

### Навигация в `Aside Header` · [Превью →](https://preview.yandexcloud.dev/navigation/)

![](docs/images/showcase.png)

## Установка

```bash
npm install @gravity-ui/navigation
```

Убедитесь, что в проекте установлены peer-зависимости.

```bash
npm install --dev @gravity-ui/uikit@^6.15.0 @gravity-ui/[email protected] @gravity-ui/[email protected] @bem-react/[email protected] react@^18.0.0 [email protected]
```

## Компоненты

- [AsideHeader](/src/components/AsideHeader/README.md)
- MobileHeader
- FooterItem
- MobileHeaderFooterItem
- [Drawer](/src/components/Drawer/README.md)
- DrawerItem
- PageLayout
- PageLayoutAside
- AsideFallback
- [Logo](/src/components/Logo/Readme.md)
- MobileLogo
- Footer
- MobileFooter
- [HotkeysPanel](/src/components/HotkeysPanel/README.md)

## CSS-переменные

Используются для тематизации компонентов навигации.

0 comments on commit be53fc5

Please sign in to comment.