New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-emoji-list

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-emoji-list

A React application that displays a list of emojis with search functionality. This project is built using TypeScript for type safety and better maintainability.

unpublished
latest
npmnpm
Version
1.0.1
Version published
Maintainers
0
Created
Source

React Emoji List

A React application that displays a list of emojis with search functionality. This project is built using TypeScript for type safety and better maintainability.

Features

  • Displays a comprehensive list of emojis.
  • Search functionality to filter emojis by name, keywords.
  • Structured emoji data with detailed properties.
  • Modern and responsive design with hover effects.

Installation

Install SmartEnvSwitcher via npm:

npm install react-emoji-list

Usage

import and use the EmojiList component in your React application::

import React from 'react';
import EmojiList from 'react-emoji-list';

const App: React.FC = () => {
    return (
        <div>
            <h1>Emoji List</h1>
            <EmojiList />
        </div>
    );
};

export default App;

Contributing

Contributions are welcome! Feel free to submit issues or pull requests on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Keywords

react

FAQs

Package last updated on 26 Jan 2025

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