w-xuefeng / antd-omi-icons

Ant Design Icons for Omi

Home Page:https://w-xuefeng.github.io/antd-omi-icons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ant Design Icons for Omi

NPM version NPM downloads

English | 简体中文

All Icons

https://w-xuefeng.github.io/antd-omi-icons/

Install with yarn (or npm)

yarn add antd-omi-icons --save

or

npm install antd-omi-icons --save

Basic Usage

First, you should add the icons that you need into the library.

import { WeElement, h, tag } from 'omi'
import 'antd-omi-icons/lib/es/icons/AccountBookFilled'

After that, you can use antd icons in your Omi components as simply as this:

<o-account-book-filled />

Meanwhile, you can also import it by specific name like this

import { AccountBookFilled } from 'antd-omi-icons/lib/es/icons'

or

import AccountBookFilled from 'antd-omi-icons/lib/es/icons/AccountBookFilled'

then use it as this:

<AccountBookFilled />

If your project moudle type is commonjs, replace es with cjs in the path when you using require.

If you want to import the full amount of icons, you can do as follows

About

Ant Design Icons for Omi

https://w-xuefeng.github.io/antd-omi-icons/

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 0.5%Language:EJS 0.5%Language:Shell 0.0%