@_nu/css-input 中文文档教程

发布于 4年前 浏览 29 项目主页 更新于 3年前

@_nu/css-input

npm packagenpm downloadsjsdelivrgithub
npm packagenpm downloadsjsdelivrgithub

English | 简体中文

Install

$ yarn add @_nu/css-input

Tree

@_nu/css-input/
lib
├── index.css                // base style
└── skins
    └── default
        ├── block.css        // block input
        ├── capsule.css      // capsule input ????
        ├── disabeld.css     // disabeld
        ├── focus.css        // on focus
        ├── large.css        // large input
        ├── line.css         // line input
        └── small.css        // small input

Core API

SelectorFunction
input.nu_inputbase selector
.nu_input inputstatus of disabled
<input class="nu_input" type="text" placeholder="Enter" />
<label class="nu_input">
  <input type="text" placeholder="Enter" />
</label>

For the sake of flexibility these two ways are equivalent.

Skins API

SelectorFunctionskin
input:disableddisabled inputdisabled.css
input:focusfocus inputfocus.css
._llarge inputlarge.css
._ssmall inputsmall.css
._capsulevariant of inputcapsule.css
._blockblock inputblock.css
._lineline of disabledline.css

All the skin api is base on the core api.

More

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文