
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
tailadmin-ui-kit
Advanced tools
UI componentS library by VueJS and TailwindCSS.
Use the package manager npm to install TailAdmin UI Kit.
Please follow my YouTube channel for usages.
npm install tailadmin-ui-kit
/*Import styles in main.js or app.js*/
import "tailadmin-ui-kit/src/index.css"
// Import a component if you want to use in script block
import { TSwitchInput } from "tailadmin-ui-kit"
import {defineComponent} from 'vue';
export default defineComponent({
name: 'Products',
components: {TSwitchInput},
setup() {
const form = ref({
name: '',
status: false
})
return {
form
}
}
});
<!--Use component in template block-->
<t-switch-input v-model="product.status" true-color="emerald" false-color="rose" loading/>
:telescope: Other components coming soon, please check Github
If you need to help more than this documentation:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
The TailAdmin is open-sourced software licensed under the MIT license.
FAQs
VueJS UI Kit for Admin Panels
The npm package tailadmin-ui-kit receives a total of 281 weekly downloads. As such, tailadmin-ui-kit popularity was classified as not popular.
We found that tailadmin-ui-kit 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.