0.2.24 • Published 1 month ago

@exogee/graphweaver-admin-ui-components v0.2.24

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@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>;
};

Documentation

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 CLI 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.

0.2.24

1 month ago

0.2.23

2 months ago

0.2.22

2 months ago

0.2.20

2 months ago

0.2.19

2 months ago

0.2.18

3 months ago

0.2.17

3 months ago

0.2.16

3 months ago

0.2.15

3 months ago

0.2.14

4 months ago

0.2.13

4 months ago

0.2.12

4 months ago

0.2.11

4 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.2.7

5 months ago

0.2.6

8 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.5

8 months ago

0.2.4

9 months ago

0.1.25

10 months ago

0.1.10

12 months ago

0.1.11

12 months ago

0.1.12

12 months ago

0.1.13

12 months ago

0.1.14

12 months ago

0.1.15

11 months ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.22

11 months ago

0.1.23

11 months ago

0.1.24

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.16

11 months ago

0.1.8

12 months ago

0.1.17

11 months ago

0.1.7

1 year ago

0.1.18

11 months ago

0.1.19

11 months ago

0.1.9

12 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0-alpha.6

1 year ago