Socket
Book a DemoInstallSign in
Socket

luisfalconmx-component-library

Package Overview
Dependencies
Maintainers
0
Versions
4
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

luisfalconmx-component-library

Component library with Vue 3, Typescript and Tailwind CSS

1.20.5
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@rivium/component-library

Library of components developed in Vue JS 3 for all Rivium projects. By installing this library you will be able to import the components you need for the views you are developing, so that you will work faster and in isolation.

Installation

Install this library with the next command

npm install @rivium/component-library

Next, import the compiled styles into your main.ts file

// src/main.ts
import { createApp } from 'vue'
import App from './App.vue'
import '@rivium/component-library/dist/style.css' // import first
import './tailwind.css' // import at the end

createApp(App).mount('#my-awesome-widget')

Now you can import any component from the library. Example:

<script setup lang="ts">
import { HelloWorld } from '@rivium/component-library'
</script>

<template>
  <HelloWorld msg="Hello world!" />
</template>

Keywords

typescript

FAQs

Package last updated on 06 Aug 2024

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.