This package has been deprecated

Author message:

move to @the-/ui-icon ( https://github.com/the-labo/the/tree/master/packages/ui-icon#readme )

the-icon

4.0.10 • Public • Published

the-icon

Build Status npm Version JS Standard

Icon of the-components

Installation

$ npm install the-icon --save

Usage

'use strict'
 
import React from 'react'
import { TheIcon, TheIconStyle } from 'the-icon'
 
class ExampleComponent extends React.Component {
  render () {
    return (
      <div>
        <TheIcon.CdnLink/>
        <hr/>
 
        {
          'ABCDEF'.split('').map((theme) => (
            <TheIcon.Spin key={theme} theme={theme}/>
          ))
        }
 
      </div>
 
    )
  }
}
 
export default ExampleComponent
 

Components

TheIcon

Icon of the-components

Props

Name Type Description Default
type null

TheIconStyle

Style for TheIcon

Props

Name Type Description Default
options object Style options {}

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-icon

Weekly Downloads

8

Version

4.0.10

License

MIT

Unpacked Size

37.4 kB

Total Files

28

Last publish

Collaborators

  • okunishinishi