Socket
Book a DemoInstallSign in
Socket

@ymir-labs/components

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ymir-labs/components

Components for Ymir projects to extend.

0.0.1
unpublished
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@ymir-labs/components

Components for Ymir projects to extend.

Installation

pnpm install naive-ui @ymir-labs/components

Usage

Import Directly

<script setup lang="ts">
import { YApplicationProvider } from '@ymir-labs/components'
</script>

<template>
  <YApplicationProvider />
</template>

Auto Import

If you develop using SFC, you can use the unplugin-vue-components plugin to automatically import components on demand.The plugin will automatically parse the components used in the template and import the components.

pnpm install -D unplugin-vue-components
import { defineConfig } from 'vue'
import vue from '@vitejs/plugin-vue'
import Components from 'unplugin-vue-components/vite'
import { YmirComponentResolver } from '@ymir-labs/components'

export default defineConfig({
  plugins: [
    vue(),
    Components({
      resolvers: [YmirComponentResolver()]
    })
  ]
})
<template>
  <YApplicationProvider />
</template>

License

MIT License © 2023-present Ymir Labs

Keywords

ymir

FAQs

Package last updated on 24 Oct 2023

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.