
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
nativescript-vue-fab
Advanced tools
A Vue component that shows Material Design Fab button
npm i --save vue-clock-simple
import ButtonPlugin from '@nativescript-community/ui-material-button/vue';
import CardViewPlugin from 'nativescript-material-cardview/vue';
import FabPlugin from 'nativescript-vue-fab';
Vue.use(ButtonPlugin);
Vue.use(CardViewPlugin);
Vue.use(FabPlugin);
You also need to import the css style from your app style file. The reason is that this way you can easily override any css class.
@import '../node_modules/nativescript-vue-fab/style';
Once installed, it can be used in a template as simply as:
<Fab title="test" iconClass="mdi" :icon="'mdi-plus' | fonticon" :iconOn="'mdi-share-variant' | fonticon" @tap="onTap('main', $event)">
<FabItem title="test6" iconClass="mdi" icon="e" color="red" @tap="onTap('test6', $event)" />
<FabItem title="test5" iconClass="mdi" icon="d" color="red" @tap="onTap('test5', $event)" />
<FabItem title="test4" iconClass="mdi" icon="c" color="red" @tap="onTap('test4', $event)" />
<FabItem title="test3" iconClass="mdi" icon="b" color="red" @tap="onTap('test3', $event)" />
<FabItem title="test" iconClass="mdi" icon="a" color="blue" @tap="onTap('test', $event)" />
</Fab>
FAQs
A Nativescript Vue component for Floating Action Button
The npm package nativescript-vue-fab receives a total of 2 weekly downloads. As such, nativescript-vue-fab popularity was classified as not popular.
We found that nativescript-vue-fab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.