Giter Club home page Giter Club logo

Comments (4)

afc163 avatar afc163 commented on August 17, 2024

建议 @leoner 使用 data-role 的方式进行作用标记,用 className 进行样式标记。提供prefix参数。

from switchable.

popomore avatar popomore commented on August 17, 2024

className 是 widget 提供的,只是起到补充样式,如果要替换前缀可以加个 prefixClass,建议康辉可以实现。

看 autocomplete

from switchable.

leoner avatar leoner commented on August 17, 2024

好的。

from switchable.

lianqin7 avatar lianqin7 commented on August 17, 2024

@leoner 可能我描述的不清楚:(,

我的需求是后面的那些 -nav-contentclass是完全可配的 ,不要在代码里强制的addClass,而是通过template或者element指定,这样才能真正的做到 功能与样式分离

    module.exports = function(classPrefix){
        return {
            UI_SWITCHABLE: classPrefix,
            NAV_CLASS: classPrefix + '-nav',
            CONTENT_CLASS: classPrefix + '-content',
            TRIGGER_CLASS: classPrefix + '-trigger',
            PANEL_CLASS: classPrefix + '-panel',
            ACTIVE_CLASS: classPrefix + '-active',
            PREV_BTN_CLASS: classPrefix + '-prev-btn',
            NEXT_BTN_CLASS: classPrefix + '-next-btn',
            DISABLED_BTN_CLASS: classPrefix + '-disabled-btn'
       }
    };

from switchable.

Related Issues (20)

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.