1.0.4 • Published 10 months ago

@paro.io/base-icons v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

base-icons

Maintained by German Cabezas, Github handle: germancabezas, Email: german@paro.io

Base Icons for react applications

NPM JavaScript Style Guide

Install

yarn add @paro.io/base-icons

Development

Run locally

npm install

Importing as local package into a project

Under the base-icons directory run

npm build or yarn build

then

npm pack or yarn pack

Under the consumer project import the TAR file generated by npm pack

yarn add base-icons/file.tgz

Publishing to npm

npm publish

Usage

  • Use icon size medium for primary navigation, marketing sections, icon-only buttons. Rendered at 24x24.
  • Use icon size small for buttons, form elements, and to support text. Rendered at 20x20.
import {IconMail} from @paro.io/base-icons
...
const ExampleComponent = () => (
  <IconMail size="md"/>
  <IconMail size="sm" />
)

Documentation

https://paroadmin.github.io/base-ui/#/assets/icons

Other

Icons are developed as an extension of https://heroicons.com/.

1.0.4

10 months ago

1.0.3

2 years ago

1.0.2-rc2

2 years ago

1.0.2-rc2.1

2 years ago

1.0.2-rc1

3 years ago

1.0.2

3 years ago

1.0.0-rc1

3 years ago

1.0.0-alpha1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago