Socket
Book a DemoInstallSign in
Socket

halleyx-ui-framework-builder

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

halleyx-ui-framework-builder

The Halleyx UI Framework is a Vue 3 component framework.

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Halleyx UI Framework

NPM HalleyxUI Development Status License

IntroductionComponentsGetting StartedLicense

Introduction

Hey there! We are excited to introduce our latest adventure - Halleyx UI Framework.

Halleyx is a UI component framework completely designed by and for developers using Vuejs. We made this framework from scratch, so it's suitable for all types of developers - whether you're a frontend lover or a backend developer.

We believe that a programmer can save some time if they find a library that works as desired and does not have to change its structure in accordance with the project.

Our main goal is to make programming less tedious by providing fully-built and customizable components that are simple to integrate. Big things comes in small packages. We have created 100+ flexible, modular components that accelerate development time and simplify the process of creating visually stunning projects, without compromising the developer's independence and personalization

So start designing with ease!

Components

The following components are currently available for use

Installation

NPM

npm install halleyx-ui-framework

Quick start

This section describes how to use Halleyx UI framework in your project.

Global import

Config module with project globally

//main.js
import { createApp } from "vue";
import App from "./App.vue";
import halleyxComponents from "halleyx-ui-framework";
//load the styles
import 'halleyx-ui-framework/dist/cs/index.css';
createApp(App).use(halleyxComponents).mount("#app");

Local import

Config module with project locally

//main.js
import { createApp } from "vue";
import App from "./App.vue";
import halleyxComponents from "halleyx-ui-framework";
//load the styles
import 'halleyx-ui-framework/dist/cs/index.css';
createApp(App).use(halleyxComponents).mount("#app");
<!-- Any vue component-->
<template>
  <hlx-button class="primary">Button</hlx-button>
</template>

<script>
import {HlxButton} from 'halleyx-ui-framework';
export default {
  name: 'App',
  components: {
    HlxButton,
  },
}
</script>

License

Halleyx UI Framework Library comes with a 3-clause BSD license.

Keywords

Halleyx

FAQs

Package last updated on 15 Apr 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.