Coder Social home page Coder Social logo

halo-ui's Introduction

HALO UI

Halo Ui - A Vue.js 3.0 UI library

Anurag's github stats

这是自己在业余时间搭建的组件库玩具,样式比较简陋,可能不和你的胃口,这个组件库是自己学习过程中的一个产物,希望以后能够成为一个优秀的开源库的作者,期待你给予的建议。

文档

文档地址1

文档地址2

使用

npm install halo-ui or yarn add halo-ui

import "halo-ui/dist/halo-ui.css";
import HaloUi from "halo-ui";

createApp(App).use(HaloUi).mount("#app");

引入组件库后会在页面上加上一个光晕的效果如果需要自定义大小,那么你可以这么做。

window.haloRadius = 120;
import "halo-ui/dist/halo-ui.css";
import HaloUi from "halo-ui";

createApp(App).use(HaloUi).mount("#app");

如果你觉得写的还可以的话,期待你给我一个star!如果觉得写的不好的话,也希望给我一点建议!谢谢!!!😁

halo-ui's People

Contributors

treel1n avatar c-nobita avatar

Stargazers

FangFang avatar  avatar  avatar yux avatar 小阿尘 avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

wertfss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.