
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@exogee/graphweaver-admin-ui-components
Advanced tools
Components from Graphweaver's admin UI which you can use in your projects as you like
@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
import { DropdownItem, Dropdown } from '@exogee/graphweaver-admin-ui-components';
const MyPage = () => {
const externalLinkItems: DropdownItem[] = [];
return (
<Dropdown items={externalLinkItems}>Links</Dropdown>
);
};
Comprehensive documentation and usage examples can be found on our Docs Site. It covers installation instructions, detailed API documentation, and guides to help you get started with Graphweaver.
graphweaver
The Graphweaver Command Line Interface (CLI) tool enables you to set up and manage Graphweaver using commands in your command-line shell. Check the graphweaver
npm package here.
FAQs
Components from Graphweaver's admin UI which you can use in your projects as you like
The npm package @exogee/graphweaver-admin-ui-components receives a total of 336 weekly downloads. As such, @exogee/graphweaver-admin-ui-components popularity was classified as not popular.
We found that @exogee/graphweaver-admin-ui-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.