Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

halley-kit

Package Overview
Dependencies
25
Maintainers
1
Versions
90
Issues
File Explorer

Advanced tools

halley-kit

<h1 align="center" style="display:flex:align-item:center;"> <img src="./src/assets/img/logo.png" style="object-fit:fit;width:25px"> HalleyxUI </h1> <h4 align="center"> The real McCoy thing </h4> <h4 align="center">

    5.4.9latest
    GitHub

Version published
Maintainers
1
Weekly downloads
584
increased by47.47%

Weekly downloads

Readme

Source

HalleyxUI

The real McCoy thing

NPM HalleyxUI Development Status License

IntroductionComponentsGetting StartedLicense

Introduction

 Halleyx UI kit a collection of UI elements and assets, curated to serve for every designer's and developer's need.

Components

 The following components are currently on the orbit.

Installation

NPM

npm install halleyx-ui

Quick start

 This section describes how to use Halley kit 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"; //load the styles import 'halley-kit/dist/umd/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"; //load the styles import 'halley-kit/dist/umd/index.css'; createApp(App).use(halleyxComponents).mount("#app"); <!-- Any vue component--> <template> <hlx-button class="primary">Button</hlx-button> </template> <script> import {HlxButton} from 'halley-kit'; export default { name: 'App', components: { HlxButton, }, } </script>

License

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

Keywords

FAQs

Last updated on 28 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc