New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simplenavbar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

simplenavbar

It is a navbar with different properties and some dark mode features too and a mobile view also

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

simplenavbar

It is a navbar with different properties and some dark mode features too and a mobile view also

Install the plugin from npm:

$ npm install simplenavbar

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
    // Optional. Your plugin might not have any options at all.
    simplenavbar: {
      // ...
      YOUR_PLUGIN_CUSTOM_OPTION: true,
      // ...
    },
  },
  variants: {
    // ...
    // Optional. Your plugin might not have any variants at all.
    simplenavbar: ['responsive'],
    // ...
  },
  plugins: [
    // ...
    require('simplenavbar'),
    // ...
  ],
};

This plugin will generate following CSS:

/* ... */
.example-utility-class {
  display: block;
}

.custom-utility-class {
  background-color: red;
}
/* ... */

License

simplenavbar is licensed under the MIT License.

Credits

Created with create-tailwind-plugin.

Keywords

create-tailwind-plugin

FAQs

Package last updated on 25 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