Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxapp/fis3-postprocessor-component-view

Baidu FIS3 plugin for component view
https://github.com/xxapp/fis3-postprocessor-component-view

Last synced: 10 days ago
JSON representation

Baidu FIS3 plugin for component view

Awesome Lists containing this project

README

        

## 用法
``` html

.control-file :global .input-group-btn > input {
position: absolute;
clip: rect(0 0 0 0);
outline: none;
}


头像



选择图片



```

``` js
// fis-conf.js
// ...
fis.match('/components/**/*.html', {
postprocessor: fis.plugin('component-view', { })
});
// ...
```

``` html

.control-file_wvqyx_3 .input-group-btn > input {
position: absolute;
clip: rect(0 0 0 0);
outline: none;
}


头像



选择图片



```

> css modules的用法参考 https://github.com/css-modules/css-modules