npm.io
0.3.0-beta.3 • Published yesterday

@perses-dev/logs-table-plugin

Licence
Apache-2.0
Version
0.3.0-beta.3
Deps
2
Size
8.2 MB
Vulns
0
Weekly
0
Stars
25

LogsTable Panel Plugin

How to install

This plugin requires react and react-dom 18

Install peer dependencies:

npm install react@18 react-dom@18

Install the plugin:

npm install @perses-dev/logs-table-plugin

Development

Setup

Install dependencies:

npm install
Get Started

Start the dev server:

npm run dev

Build the plugin for distribution:

npm run build