Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tayeh/vue-components

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tayeh/vue-components

Free and Open source Ui components, Ultimatly lightweight.

  • 1.1.27-alpha
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

logo


GitHub release poi Bili



Intro

  • lightweight
  • simple
  • extendable
  • theme compatible

Screenshots


Install and Usage

# installing package
npm install --save @tayeh/vue-components
in your Vue main.js file
import Vue from 'vue';
import App from './App'
import TayehUi from '@tayeh/vue-components'

Vue.use(TayehUi)

new Vue({
  el: '#app',
  render: h => h(App)
})


Keywords

FAQs

Package last updated on 11 Jan 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc