Giter Site home page Giter Site logo

l-ui's Introduction

L UI介绍

1. UI库介绍

L UI是我为了提升自己对Vue的各种API的熟悉程度和组件化开发的理解而制作的一个UI组件库。

2. L UI特点

常用组件的制作 使用了Vue的各种API 为了提高易用性组件的一些样式和色彩搭配借鉴了业内知名UI组价库 Ant DesignElement UI

3. 特别提醒

使用本框架前 请在 css 中启用 bordder_box

*{
    box-sizing:border-box;
}
*::before{
    box-sizing:border-box;
}
*::after{
    box-sizing:border-box;
}

L UI 目前代码尚未完工,持续更新中。本组件库仅供学习交流,请勿在生产环境中使用。 欢迎讨论交流,如果你觉得还不错,对你有帮助请star

l-ui's People

Contributors

dependabot[bot] avatar liulinboyi 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.