0.5.2 • Published 23 hours ago

@ilo-org/brand-assets v0.5.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
23 hours ago

ILO Design System - Brand Assets

Status: Proof of Concept

Static brand assets (pngs, favicons, jpgs, etc.) for use in digital and software products using the ILO Design System.

Getting started

To install @ilo-org/brand-assets in your project, you will need to run the following command using npm:

npm install -S @ilo-org/brand-assets

If you prefer Yarn, use the following command instead:

yarn add @ilo-org/brand-assets

Using the package

Direct Reference

Consume the assets by directly referencing the file from the public assets directory created on build (@ilo-org/brand-assets/dist/public/).

React

To consume the package in a react app, simply import the image of interest, e.g.:

import { logo } from "@ilo-org/brand-assets";

The logo represents the src string of the image. You can pass directly into an img tag to render the brand asset in your app.

<img src={logo} />
0.5.2

23 hours ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

3 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.2.0

8 months ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago