Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-oui-icons

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oui-icons

Icons for the Optimizely application and other OUI projects.

  • 2.5.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

React OUI Icons

Icons for the Optimizely application and other OUI projects.

Implementation

This implementation consists of a Icon React Component that will generate an inline SVG icon using the data associated with the name of the icon. Any attributes will be passed as props.

View all the icons.

Using the icons

  1. Download the package: Run yarn add react-oui-icons to include the latest icons in your project.

  2. Using an icon: You can use one of the icons in the HTML with:

    import Icon from 'react-oui-icons';
    
    ...
    
    <Icon
      name="search"
      description="search"
      size="medium"
      fill="black"
    />
    
    ...
    

View all the icons.

Storybook

react-oui-icons uses Storybook! You can view all of the icons through the Storybook interface by running:

yarn run storybook

It will start a local webserver served at http://localhost:6006/.

Adding and editing icons

  1. Add icons to assets/svgs/.
  2. Run yarn svgson to update the icon internal data file in src/Icon/icons.js.
  3. Create a new release of OUI

Test in Optimizely.git

  1. cd ~/react-oui-icons
  2. npm link
  3. cd ~/optimizely
  4. npm link react-oui-icons
  5. Use ?use_local_bundle=true to test your icon changes before releasing with confidence

Release new version of react-oui-icons

  1. Commit changes, push, create PR, get approval, squash & merge...
  2. npm run release patch or npm run release minor or npm run release major
  3. OUI will automatically bump the react-oui-icons ^0.0.x releases, so you will need to create a new release of OUI if your icon changes include minor or major changes.

Keywords

FAQs

Package last updated on 29 Oct 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc