@real-system/icon

0.0.65 • Public • Published

@real-system/icon

Real System's Icon component.

npm version

Installation

Installation

# install peer dependencies

# npm
$ npm install --save @real-system/styled-library @real-system/elements-primitive react react-dom
# yarn
$ yarn add @real-system/styled-library @real-system/elements-primitive react react-dom

# install icon

# npm
$ npm install --save @real-system/icon
# yarn
$ yarn add @real-system/icon

Code Example

import { RealSystemProvider } from '@real-system/styled-library';
import { Button } from '@real-system/icon';

const MyComponent = () => {
  return (
    <RealSystemProvider>
      <Button>Button</Button>
    </RealSystemProvider>
  );
};

Readme

Keywords

Package Sidebar

Install

npm i @real-system/icon

Weekly Downloads

1

Version

0.0.65

License

MIT

Unpacked Size

882 kB

Total Files

18

Last publish

Collaborators

  • bigwoof91