Skip to content

Commit

Permalink
docs: fix component links in readme (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory authored Dec 12, 2024
1 parent 61e6023 commit bcca01d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ npm install --dev @gravity-ui/uikit@^6.15.0 @gravity-ui/[email protected] @gravity-ui/

## Components

- [AsideHeader](/src/components/AsideHeader/README.md)
- [AsideHeader](https://github.com/gravity-ui/navigation/tree/main/src/components/AsideHeader/README.md)
- MobileHeader
- FooterItem
- MobileHeaderFooterItem
- [Drawer](/src/components/Drawer/README.md)
- [Drawer](https://github.com/gravity-ui/navigation/tree/main/src/components/Drawer/README.md)
- DrawerItem
- PageLayout
- PageLayoutAside
- AsideFallback
- [Logo](/src/components/Logo/Readme.md)
- [Logo](https://github.com/gravity-ui/navigation/tree/main/src/components/Logo/Readme.md)
- MobileLogo
- Footer
- MobileFooter
- [HotkeysPanel](/src/components/HotkeysPanel/README.md)
- [HotkeysPanel](https://github.com/gravity-ui/navigation/tree/main/src/components/HotkeysPanel/README.md)

## CSS variables

Expand Down

0 comments on commit bcca01d

Please sign in to comment.