vue-fontawesome-picker

所属分类:图标/字体
开发工具:Vue
文件大小:227KB
下载次数:0
上传日期:2022-12-11 02:43:52
上 传 者sh-1993
说明:  Vue.js的Font Awesome图标选取器组件
(Font Awesome Icon Picker Component For Vue.js)

文件列表:
.browserslistrc (21, 2022-02-25)
.eslintrc.js (335, 2022-02-25)
.travis.yml (249, 2022-02-25)
LICENSE (1072, 2022-02-25)
babel.config.js (46, 2022-02-25)
docs (0, 2022-02-25)
docs\.vuepress (0, 2022-02-25)
docs\.vuepress\components (0, 2022-02-25)
docs\.vuepress\components\basic-both-example.vue (542, 2022-02-25)
docs\.vuepress\components\basic-class-example.vue (332, 2022-02-25)
docs\.vuepress\components\basic-unicode-example.vue (354, 2022-02-25)
docs\.vuepress\components\icon-slot-example.vue (948, 2022-02-25)
docs\.vuepress\config.js (1008, 2022-02-25)
docs\.vuepress\enhanceApp.js (135, 2022-02-25)
docs\api (0, 2022-02-25)
docs\api\events.md (367, 2022-02-25)
docs\api\props.md (1200, 2022-02-25)
docs\examples (0, 2022-02-25)
docs\examples\basic.md (493, 2022-02-25)
docs\examples\slots.md (202, 2022-02-25)
docs\guide (0, 2022-02-25)
docs\guide\css.md (1465, 2022-02-25)
docs\guide\install.md (1192, 2022-02-25)
docs\guide\slots.md (380, 2022-02-25)
jest.config.js (634, 2022-02-25)
package.json (1319, 2022-02-25)
postcss.config.js (60, 2022-02-25)
processor.js (495, 2022-02-25)
public (0, 2022-02-25)
public\favicon.ico (4286, 2022-02-25)
public\index.html (759, 2022-02-25)
src (0, 2022-02-25)
src\App.vue (503, 2022-02-25)
src\components (0, 2022-02-25)
src\components\vfa-picker (0, 2022-02-25)
src\components\vfa-picker\icon.vue (661, 2022-02-25)
... ...

## Installation **First add font awesome css to your project if you don't already have it** ```html ``` ### Yarn / NPM ```bash yarn add vfa-picker # or, using NPM npm install vfa-picker ``` Then, import and register the component ```javascript import Vue from "vue"; import VueFontAwesomePicker from "vfa-picker"; Vue.use(VueFontAwesomePicker); ``` ### In the Browser vfa-picker ships as an UMD module that is accessible in the browser. When loaded in the browser, you can access the component through the `VueFontAwesomePicker` global variable. You'll need to load Vue.js & vfa-picker JS. ```html ``` Then register the component in your javascript: ```js Vue.use(VueFontAwesomePicker); ```

近期下载者

相关文件


收藏者