Socket
Socket
Sign inDemoInstall

@paro.io/base-icons

Package Overview
Dependencies
6
Maintainers
13
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paro.io/base-icons

> Base Icons for react applications


Version published
Maintainers
13
Weekly downloads
57
decreased by-49.56%
Bundle size
8.1 kB
Minified + gzipped

Weekly downloads

Readme

Source

base-icons

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/.

FAQs

Last updated on 16 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc