Socket
Book a DemoInstallSign in
Socket

@exogee/graphweaver-admin-ui-components

Package Overview
Dependencies
Maintainers
4
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exogee/graphweaver-admin-ui-components

Components from Graphweaver's admin UI which you can use in your projects as you like

npmnpm
Version
0.1.3
Version published
Weekly downloads
180
-17.81%
Maintainers
4
Weekly downloads
 
Created
Source

@exogee/graphweaver-admin-ui-components

UI components used in the Admin UI which you can also import and use in your project as you like.

A themed button

import { Button } from '@exogee/graphweaver-admin-ui-components';
import { MyIcon } from './icon';

const MyPage = () => {
	const handleOnClick = () => alert('Button Was Clicked');

	return (
		<>
			<Button renderAfter={() => <MyIcon />} onClick={handleOnClickButton}>
				A Button Label
			</Button>
		</>
	);
};

A Dropdown Menu

...

FAQs

Package last updated on 03 May 2023

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