Socket
Book a DemoInstallSign in
Socket

katalyst-navigation

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

katalyst-navigation

2.0.4
bundlerRubygems
Version published
Maintainers
1
Created
Source

Navigation

Generates and edits navigation menus.

Installation

Install the gem as usual

gem "katalyst-navigation"

Mount the engine in your routes.rb file:

mount Katalyst::Navigation::Engine, at: "navigation"

Add the Gem's migrations to your application:

rake katalyst_navigation:install:migrations

Add the Gem's javascript and CSS to your build pipeline. This assumes that you're using propshaft and importmaps to manage your assets.

// app/javascript/controllers/application.js
import { application } from "controllers/application";
import navigation from "@katalyst/navigation";
application.load(navigation);

Import the styles as css:

@import "/katalyst/navigation.css";

Or, if you're using dartsass-rails:

// app/assets/stylesheets/application.scss
@use "katalyst/navigation";

Usage

See the dummy app for examples.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/katalyst/navigation.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 20 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.