Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
elecsim-vue-fluent
Advanced tools
Fluent Design Components for Vue.js using Bulma CSS framework and Bulma-Fluent theme, inspired by Microsoft’s Fluent Design System.
Logo by
Fluent Design Components for Vue.js based on Buefy and bulma-fluent, inspired by Microsoft’s Fluent Design System.
Fluent Design Theme for Bulma is also available.
Addons for Bulma are also available.
Browse the online documentation here.
npm install vue-fluent
import Vue from 'vue'
import VueFluent from 'vue-fluent'
Vue.use(VueFluent)
// Or Import individual components
import Vue from 'vue'
import Field from 'buefy/dist/components/field'
import Input from 'buefy/dist/components/input'
Vue.use(Field)
Vue.use(Input)
import 'vue-fluent/dist/vue-fluent.css'
// You can customize the theme, for details check cutosmize section
// Then import styles
import 'vue-fluent/src/lib/index.scss'
All credits to Buefy Collaborators for implementing these beautiful components.
Code released under the MIT license.
FAQs
Fluent Design Components for Vue.js using Bulma CSS framework and Bulma-Fluent theme, inspired by Microsoft’s Fluent Design System.
We found that elecsim-vue-fluent 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.