0.1.128 • Published 9 months ago

makyo-icon v0.1.128

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

makyo-icon

NPM JavaScript Style Guide

Install

npm install --save @makyoapp/makyo-icon

OR

yarn add @makyoapp/makyo-icon

Usage

import React from 'react'
import * as Icon from '@makyoapp/makyo-icon/icon'
import * as FIcon from '@makyoapp/makyo-icon/ficon'
import * as Colored from '@makyoapp/makyo-icon/colored'

const App = () => {
  return (
    <div>
      <Icon.Accordion16 />
      <FIcon.Binoculars />
      <Colored.Microsoft />
    </div>
  );
}
0.1.128

9 months ago

0.1.127

9 months ago

0.1.126

9 months ago

0.1.91

1 year ago

0.1.89

1 year ago

0.1.88

1 year ago