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

@byjohann/ui

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byjohann/ui

A collection of Vue.js components for my projects

  • 0.10.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-73.81%
Maintainers
0
Weekly downloads
 
Created
Source

@byjohann/ui

A collection of Vue.js components for my projects.

Setup

# pnpm
pnpm add @byjohann/ui

# npm
npm i @byjohann/ui

# yarn
yarn add @byjohann/ui

Nuxt Usage

Nuxt is supported out of the box. The Vue components provided by this library need to be transpiled for the server-side rendering to work. All you need to do is to add the @byjohann/ui/nuxt module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ["@byjohann/ui/nuxt"],
});

Components

This library provides a collection of Vue.js components. Here is a list of all available components:

Composables

When working with specific features, you can use the provided composables. Here is a list of all available composables:

Mapbox Tools

This library supports Mapbox. Here is a list of all available Mapbox components and composables:

Utilities

UI development is a lot about colors and typography. Here is a list of all available utilities:

License

MIT License © 2023-PRESENT Johann Schopplich

FAQs

Package last updated on 06 Nov 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

  • 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