Socket
Socket
Sign inDemoInstall

@puppet/data-grid

Package Overview
Dependencies
31
Maintainers
7
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @puppet/data-grid

## Usage


Version published
Maintainers
7
Install size
14.2 MB
Created

Readme

Source

data-grid

Usage

Add the package to your project:

npm install @puppet/data-grid

Import the Sass styles (e.g. in your index.scss):

@import '~@puppet/data-grid/src/index';

Import and use the react component:

import { DataGridTableComponent } from '@puppet/data-grid';

Actions

  • npm install: Install dependencies of package
  • npm run build: Build static asset bundles
  • npm run watch: Rebuild on file changes and output the production build
  • npm run watch:dev: Rebuild on file changes and output a development build (e.g. retaining debugger statements)
  • npm test: Run all tests with jest
  • npm run test:watch: Run tests in watch mode
  • npm run test:coverage: Run tests with coverage reporting
  • npm run lint: Lint everything
  • npm run format: Run auto code formatting

Puppet uikit generator

This package was built in accordance with the patterns established in the uikit. You may find it useful to create component boilerplate with:

uikit generate component <ComponentName> -d src/client/components

or to create utility methods with

uikit generate method <methodName> -s src/client/methods

FAQs

Last updated on 08 Mar 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc