0.1.1 • Published 11 months ago

@assetbox/demo-react-icon v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@assetbox/demo

NPM

This is a demo of the assetbox static-build and assetbox icon-build.

https://assetbox.github.io/docs/icon-build/svg-to-react-component

Example icon used

Ant Design Icons | MIT

Usage

import { Alert } from "@assetbox/demo-react-icon/antd-filled";
import { Alert as OutlinedAlert } from "@assetbox/demo-react-icon/antd-outlined";
import { Alert as TwoToneAlert } from "@assetbox/demo-react-icon/antd-twotone";

function App() {
  return (
    <div>
      <Alert />
      <OutlinedAlert />
      <TwoToneAlert />
    </div>
  );
}
0.1.1

11 months ago

0.1.0

11 months ago