Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

🚀📱 Modern router for VK Mini Apps (unmaintained)

License

Notifications You must be signed in to change notification settings

YerinAlexey/vkui-navigation

Repository files navigation

vkui-navigation

NPM version License Checks status

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