Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@phila/phila-ui-app-footer

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/phila-ui-app-footer

latest
npmnpm
Version
0.0.22
Version published
Maintainers
6
Created
Source

Usage

Import single component...

import { AppFooter } from '@phila/phila-ui';

//register it locally...
components: {
  AppFooter,
}

//... or register it globally
Vue.component('app-footer', AppFooter);

or import the whole library,

import * as PhilaUI from "@phila/phila-ui";

//register it globally
Vue.use(PhilaUI);

then use it in the vue template

<app-footer></app-footer>

FAQs

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