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

ads-icons-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ads-icons-react

ADS icons for React usage

  • 0.1.0-beta.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ADS Icons React

Overview

ads-icons-react is a React library is tailored for integrating Adeo Design System icons into React applications.

Getting Started

Prerequisites

[!WARNING] Note that this repository only contains the version designed for use with React 18.

Usage

In order to use ADS-Icons-React in your React project, you must first install the npm package:

npm install @mozaic-ds/icons-react

Or with Yarn:

yarn add @mozaic-ds/icons-react

After installing ADS-Icons-React, you need to set up the library.

Then you can start importing your component:

Unitary global import

If you do not want to use all the components of the library, but only some of them, you can proceed as follows:

// In the entry point file of your application - usually src/main.js

import { A11y20, Check24 } from '@mozaic-ds/icons-react';

Installation

Provide step-by-step instructions on how to get a development environment running.

git clone git@github.com:adeo/ads-icons-react.git
cd ads-icons-react
npm install
npm run icons:build
npm run build 

Contributing

Have a bug or a feature request? Please let us know by opening a new issue and using the correct template associated with your request.

However if you are ever able to contribute to help us fix bugs, build new features, or help us improve the project documentation, feel free to do it!

Developers interested in contributing should read the Contributing guidelines and the Code of conduct

Keywords

FAQs

Package last updated on 15 Apr 2024

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