Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xxapp/fis3-postprocessor-component-view
- Owner: xxapp
- License: mit
- Created: 2017-01-17T03:14:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T03:29:45.000Z (over 7 years ago)
- Last Synced: 2024-10-06T23:05:14.150Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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