npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@oasisomniverse/vue

v1.2.0

Published

OASIS Omniverse Vue 3 UI components

Readme

@oasisomniverse/vue — OASIS Vue UI Component Library

The Vue 3 UI component library for the OASIS Platform. 126 components covering avatar SSO, karma, NFTs, quests, map, seeds, messaging, OApps, providers and more — ready to use in any Vue or Nuxt project.

npm Live Demo

Install

npm install @oasisomniverse/vue

Basic Usage

Import components directly — no plugin registration needed:

<script setup>
import { Login, AvatarConnect, KarmaToast } from '@oasisomniverse/vue';
</script>

<template>
  <AvatarConnect />
  <KarmaToast />
  <Login @loggedIn="handleLogin" @switchTo="view = $event" />
</template>

Session state and API configuration are managed by the internal useOasis() composable, shared across all components automatically.


Component Reference

Auth & Identity

<Login>

Avatar login form. Emits navigation events to coordinate with your own auth flow.

<Login
  @loggedIn="handleLogin"
  @switchTo="view = $event"
/>

| Event | Payload | Description | |---|---|---| | loggedIn | — | Emitted on successful login | | switchTo | 'signup' \| 'forgot' | Emitted when the user clicks Sign Up or Forgot Password |


<Signup>

New avatar registration form.

<Signup @switchTo="view = $event" />

| Event | Payload | Description | |---|---|---| | switchTo | 'login' | Emitted when the user clicks Sign In |


<AvatarConnect>

Login/logout toggle chip — fully self-contained. Manages session via useOasis() composable. No props or events required.

<AvatarConnect />

<ForgotPassword>

<ForgotPassword />

<ResetPassword>

<ResetPassword />

<VerifyEmail>

<VerifyEmail />

<SearchAvatars>

Search the OASIS avatar directory. Controlled via :open.

<SearchAvatars :open="showSearch" @close="showSearch = false" />

| Prop | Type | Default | Description | |---|---|---|---| | open | boolean | false | Controls visibility |

| Event | Description | |---|---| | close | Emitted when the panel should close |


Avatar

Most avatar popups use :open / @close:

<ViewAvatar :open="show" @close="show = false" />
<EditAvatar :open="show" @close="show = false" />
<AvatarWallet :open="show" @close="show = false" />

Karma

<KarmaToast>

Singleton toast — render once near your app root. Triggered automatically by useOasis() when karma changes.

<KarmaToast />

No props. Driven by internal composable state.


<KarmaPanel>

<KarmaPanel :open="show" @close="show = false" />

Common UI

<OasisModal>

Controlled via :open.

<OasisModal :open="isOpen" @close="isOpen = false">
  <p>Modal content goes here.</p>
</OasisModal>

| Prop | Type | Default | Description | |---|---|---|---| | open | boolean | required | Controls visibility | | accentColor | string | 'rgba(0,232,124,.25)' | Border/accent colour |

| Event | Description | |---|---| | close | Emitted when the backdrop or close button is clicked |


<NavBar>

<NavBar />

<StarField>

<StarField />

Full Component List

| Group | Components | |---|---| | Auth & Identity | AcceptInvite, AvatarConnect, ForgotPassword, Login, ResetPassword, SearchAvatar, SearchAvatars, SendInvite, Signup, VerifyEmail | | Avatar | AvatarProfile, AvatarWallet, EditAvatar, SearchProfiles, ViewAchievements, ViewAvatar, ViewAvatarKarma, ViewLeagues, ViewOrganizations, ViewTournaments | | Data Screen | ActivityPub, AddData, EOSIO, Ethereum, Holochain, IPFS, LoadData, ManageData, MongoDB, Neo4j, OffChainManagement, SearchData, Solana, Solid, SQLite, ThreeFold | | Eggs | Eggs, ManageEggs, SearchEggs, ViewEggs | | Game | Game | | Karma | KarmaPanel, KarmaToast, SearchKarma, ViewKarma, VoteKarma | | Map | Add2DObjectToMap, Add3DObjectToMap, AddQuestToMap, DownloadMap, ManageMap, Map, PlotRouteOnMap, SearchMap, ViewGlobal3DMap, ViewHalonsOnMap, ViewOAppOnMap, ViewQuestOnMap | | Messages | MenuMessage, Message, MessageContacts, Messaging | | Mission | ManageMission, Mission, SearchMission, ViewMission | | NFT | ContactPopupNFT, ManageNFT, NFT, PurchaseNFT, PurchaseVirtualLandNFT, SearchNFT, ViewNFT | | OApp | CreateOApp, DeployOApp, DownloadOApp, EditOApp, InstallOApp, LaunchOApp, ManageOApp, OApp, SearchOApp | | Providers | CompareProviderSpeeds, CrossChainManagement, ManageAutoFailover, ManageAutoReplication, ManageLoadBalancing, ManageProviders, ProviderDropdown, Providers, SearchProviders, SeedsProvider, ViewProviderStats, ViewProviders | | Quest | ManageQuest, Quest, SearchQuest, ViewQuest | | Seeds | DonateSeeds, ManageSeeds, PayWithSeeds, RewardSeeds, SearchSeeds, Seeds, ViewSeeds | | Common UI | ComingSoon, Confirmation, Contact, HyperDrive, NavBar, ONET, ONODE, OasisModal, Settings, SideNav, StarField, Wallet |


Dark Space Design System

The OASIS component library ships with the Dark Space design system:

  • Background: near-black (#0a0d14) with subtle nebula gradients
  • Primary accent: electric cyan (#00c8ff)
  • Typography: Orbitron for headings, Rajdhani for body text
  • Text: always bright (#e0f0ff / #fff) — never dim or faded
  • Borders: translucent cyan (rgba(0,200,255,0.2))
  • Cards: glassy dark panels with backdrop-filter: blur

Override CSS custom properties to theme components for your own OAPP:

:root {
  --oasis-bg: #0a0d14;
  --oasis-accent: #00c8ff;
  --oasis-text: #e0f0ff;
  --oasis-border: rgba(0, 200, 255, 0.2);
}

Live Demo

The Vue components are showcased in Noah's Ark Animal Rescue Network — a real-world OAPP built on this library.

See the full component matrix at oportal.oasisomniverse.one.

Links