
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@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 Popover Menu
import { PopoverItem, Popover } from '@exogee/graphweaver-admin-ui-components';
const MyPage = () => {
const externalLinkItems: PopoverItem[] = [];
return <Popover items={externalLinkItems}>Links</Popover>;
};
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 0 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.