1.0.0 • Published 3 years ago

@zenius-one/ursa-icons v1.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

@zenius-one/ursa-icons

npm version

This package exports a set of icons for use in Zenius application built with the Ursa UI Library that can be imported directly into the application.


Setup

Although this package can be installed standalone, we recommend installing the Ursa Library and use the Icon Component to consume the imported icons.


Installation and Usage

  1. Using the Ursa Library. (Installation Instructions)

In Component.jsx

import { MinusMinor } from '@zenius-one/ursa-icons';
import { Icon } from '@zenius-one/ursa';

const Component = () => {
    return (
        <Icon source={MinusMinor} />
    );
}
  1. Using Ursa Icons as a standalone dependency

Using npm

npm i @zenius-one/ursa-icons

Using yarn

yarn add @zenius-one/ursa-icons