Nexlogo

NEXOS CREATION

Nexos FUI

Begin your journey with Nexos Creation. Learn how to install, set up, and quickly get started with our innovative tools and technologies for web development and design.

Nexos FUI is a Vue.js-based UI framework for building futuristic, sci-fi inspired user interfaces. Built with Nuxt 3, TypeScript, and Tailwind CSS, Nexos FUI provides a set of customizable components and composables to create immersive, animated interfaces.

Features

  • Futuristic, sci-fi inspired design
  • Built with Vue.js 3 and Nuxt 3
  • TypeScript support
  • Tailwind CSS for easy customization
  • Animated components with Vue Transitions
  • Sound effect system
  • Accessibility-focused
  • Themeable with pre-built sci-fi themes

Installation

npm install nexos-fui

Quick Start

<template>
  <NFrame>
    <NText>Welcome to Nexos FUI</NText>
    <NButton>Engage</NButton>
  </NFrame>
</template>

<script setup lang="ts">
import { NFrame, NText, NButton } from 'nexos-fui';
</script>

Documentation

For full documentation, visit our documentation site.

Contributing

We welcome contributions! Please see our Contributing Guide for more details.

License

Nexos FUI is MIT licensed.