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

@athlera/react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athlera/react

## Create UI for tool

latest
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

@athlera/react

Create UI for tool

Installation

npm install @athlera/react

Usage

import { createToolUI } from '@athlera/react';

const weatherToolUI = createToolUI({
  toolName: 'getWeatherInformation',
  render: () => <div>Weather tool</div>,
});

export default weatherToolUI;

Add it to your app

import React from 'react';

import WeatherToolUI from './WeatherToolUI';

const App = () => {
  return (
    <div>
      <WeatherToolUI />
    </div>
  );
};

FAQs

Package last updated on 30 Apr 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