5.6.0 • Published 1 year ago

halley-kit v5.6.0

Weekly downloads
-
License
3-clause BSD lice...
Repository
github
Last release
1 year ago

NPM HalleyxUI Development Status License

Introduction Components Getting Started License

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 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 "halley-kit";
//load the styles
import 'halley-kit/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 "halley-kit";
//load the styles
import 'halley-kit/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 'halley-kit';
export default {
  name: 'App',
  components: {
    HlxButton,
  },
}
</script>

License

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

contributing-url: latest-release-badge:

5.5.9

1 year ago

5.6.0

1 year ago

5.3.3

1 year ago

5.3.2

1 year ago

5.3.1

1 year ago

5.3.0

1 year ago

5.4.9

1 year ago

5.4.8

1 year ago

5.4.7

1 year ago

5.4.6

1 year ago

5.4.5

1 year ago

5.4.4

1 year ago

5.4.3

1 year ago

5.4.2

1 year ago

5.4.1

1 year ago

5.4.0

1 year ago

5.5.8

1 year ago

5.5.7

1 year ago

5.5.6

1 year ago

5.5.5

1 year ago

5.5.4

1 year ago

5.5.3

1 year ago

5.5.2

1 year ago

5.5.1

1 year ago

5.5.0

1 year ago

5.2.6

1 year ago

5.2.5

1 year ago

5.2.4

1 year ago

5.2.3

1 year ago

5.2.2

1 year ago

5.2.1

1 year ago

5.2.0

1 year ago

5.3.9

1 year ago

5.3.8

1 year ago

5.3.7

1 year ago

5.3.6

1 year ago

5.3.5

1 year ago

5.3.4

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.2.6

1 year ago

3.2.5

1 year ago

3.2.4

1 year ago

3.2.3

1 year ago

3.0.0

1 year ago

4.0.5

1 year ago

4.0.4

1 year ago

0.3.0

1 year ago

4.0.6

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.3.1-beta.0

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

4.0.9

1 year ago

4.0.8

1 year ago

3.2.8

1 year ago

3.2.7

1 year ago

3.3.1

1 year ago

3.3.0

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

1.0.1-beta.2

1 year ago

1.0.0-beta.2

1 year ago

1.0.1-beta.1

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.0

1 year ago

1.0.0-beta.1

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

1.0.0-beta.6

1 year ago

1.0.0-beta.7

1 year ago

1.0.0-beta.8

1 year ago

1.0.0-beta.9

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago