@sagemodeninja/fluent-navigation-view-component
v3.0.0-beta.3
Published
Web component implementation of Windows 11's Navigation View
Downloads
102
Readme
Fluent Navigation View Component
Web component implementation of Windows 11's Navigation View.
Documentation
See the wiki for guides on how to use the components.
Or, see the demo site for examples and demos.
Installation
From within your project, run:
npm i @sagemodeninja/fluent-navigation-view-component
Contributing
See CONTRIBUTING.md for more information.
Set up
Initialize repo:
git clone https://github.com/sagemodeninja/fluent-navigation-view-component.git
cd fluent-navigation-view-component
Install the necessary dependencies:
npm install
Build the project:
npm run build
Run a local demo:
npm start