Code Monkey home page Code Monkey logo

x-ui's Introduction

x-ui

基于vue3.2(setup语法糖)+vite创建的自己的ui组件库并实现按需导入

x-ui组件库

一套适合开发者使用的轻量级UI组件库,完美支持vue3(仅供学习使用)


官网主页: x-ui使用文档


快速使用

npm install  xinlun-ui --save
cnpm install  xinlun-ui --save
yarn add xinlun-ui

引入

import { createApp } from 'vue'
import App from '@/App.vue'
import XUI from 'xinlun-ui'
import '../node_modules/xinlun-ui/dist/style.css'

const app = createApp(App)
app.use(XUI)
app.mount('#app')

按需引用

import { xButton, xInput } from 'xinlun-ui'

快速开始

<x-button>默认按钮</x-buttonn> 
<x-button type="primary">主要按钮</x-button>

x-ui's People

Contributors

down-1998 avatar

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.