All Projects → Teacher-Li → leo-ui

Teacher-Li / leo-ui

Licence: other
UI组件库

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to leo-ui

emitty
A platform for finding dependencies between files and building tools for incremental compilation or build.
Stars: ✭ 69 (+331.25%)
Mutual labels:  less
barebones
A minimal CSS boilerplate - UNMAINTAINED
Stars: ✭ 37 (+131.25%)
Mutual labels:  less
node-less-chokidar
Watch and build CSS from LESS, compatible with Create React App
Stars: ✭ 21 (+31.25%)
Mutual labels:  less
Core CSS
This repo no more maintained! All features and components moved to Metro 4.
Stars: ✭ 36 (+125%)
Mutual labels:  less
lessram
Pure PHP implementation of array data structures that use less memory.
Stars: ✭ 20 (+25%)
Mutual labels:  less
criteria-of-quality-frontend
Критерии качественной вёрстки (разметка, стилизация, картинки, шрифты, автоматизация и пр.)
Stars: ✭ 26 (+62.5%)
Mutual labels:  less
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+1900%)
Mutual labels:  less
campus-leaflets
校园传单是一个使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS 和 Gulp 开发的 Node 应用程序。
Stars: ✭ 16 (+0%)
Mutual labels:  less
commitlint
开箱即用的代码提交规范
Stars: ✭ 51 (+218.75%)
Mutual labels:  vue-cli3
next-plugin-antd-less
🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
Stars: ✭ 338 (+2012.5%)
Mutual labels:  less
react-mobile
从0构建 react 移动端框架,包含 分模块打包,自动转为rem,强大的路由功能,并配置dva,and-mobile等优质组件(项目会逐渐迭代~)
Stars: ✭ 30 (+87.5%)
Mutual labels:  less
react
react 项目骨架
Stars: ✭ 12 (-25%)
Mutual labels:  less
muleify
Muleify - Static Site Generator | Website Bundler | Asset Compiler | Templating | Preproccessor
Stars: ✭ 16 (+0%)
Mutual labels:  less
jess
If you like CSS, Less, Sass, and/or CSS modules, you're gonna want to star this repo.
Stars: ✭ 26 (+62.5%)
Mutual labels:  less
boilerplate-nextjs-antd-less
A boilerplate for Reactjs app using nextjs, redux, antd, less
Stars: ✭ 45 (+181.25%)
Mutual labels:  less
mei-tools-atom
Package for the Atom text editor that provides on-the-fly music notation rendering for MEI with Verovio
Stars: ✭ 17 (+6.25%)
Mutual labels:  less
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (+1025%)
Mutual labels:  vue-cli3
less-plugin-functions
Write custom Less functions in Less itself
Stars: ✭ 111 (+593.75%)
Mutual labels:  less
WPKirk
A WP Bones skeleton Plugin
Stars: ✭ 28 (+75%)
Mutual labels:  less
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-18.75%)
Mutual labels:  less

leo-ui

一个基于Vue.js的UI组件库

Usage

Using npm:

npm install leo-ui --save
import Vue from 'vue';
import leo from 'leo-ui';
import 'leo-ui/lib/leo-ui.css';

Vue.use(leo);

// 按需引用
import { Button, Select } from 'leo-ui';
import 'leo-ui/lib/leo-ui.css';

Vue.use(Button);
Vue.use(Select);

Using cdn:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leo-ui/lib/leo-ui.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/leo-ui/lib/leo-ui.umd.min.js"></script>

Docs

1.x

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].