Equal-UI / Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss
https://equal-ui.github.io/Equal/
MIT License
1.21k stars 67 forks source link

the outer div for an element MUST be classed #277

Closed TheDirigible closed 1 year ago

TheDirigible commented 2 years ago

Environment

na

Current Behavior

na

Expected Behavior

na

Steps To Reproduce

This is the html output for an :


    <div class="it-input-mask" style="display: none;"></div>
    <div class="it-input-prefix-wrapper">
        <div class="it-input-wrapper">
            <input maxlength="3" class="tiny it-input" label="Close" type="text">
        </div>
    </div>
</div>```

Without a class on the outer div, it's impossible to apply custom styling.  For example, I want to make it an inline-block.

### Anything else?

Also, the docs for number-input and others, are missing the "show source" button.  The only way to find out how to use number-input was to look at the source code.
quatrochan commented 1 year ago

Fixed in the 0.9