vkui-navigation
v0.3.2
Published
Modern router for VK Mini Apps
Downloads
21
Maintainers
Readme
vkui-navigation
Modern router for VK Mini Apps.
This library simplifies navigation with VKUI and provides API to control it. Application structure is kept the same ([Epic
] -> [Root
] -> View
-> Panel
) and even components are named as in VKUI so it will be much easier to get started if you already know how VKUI works.
Installation
With Yarn:
yarn add vkui-navigation
or with NPM:
npm i vkui-navigation
Also, don't forget to install @vkontakte/vkui
and @vkontakte/vk-bridge
Usage
You can browse the Documentation. First of, you should learn the Basics and then you can continue through the tutorial. All pages are (hopefully) translated to Russian as well.
License
MIT, learn more