1.0.4 • Published 5 years ago

@icedesign/foundation-symbol v1.0.4

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

title: FoundationSymbol category: BizComponents

chinese: 基础符号表

基本图标集合。

基本使用

import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import FoundationSymbol from '@icedesign/foundation-symbol';

class App extends Component {
  state = {};

  render() {
    return <FoundationSymbol type="font-size" />;
  }
}

ReactDOM.render(<App />, mountNode);

图标列表

图标列表

0.1.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago