Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kubetail/ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubetail/ui

Kubetail-UI is a project for developing and sharing React components and other UI elements for Kubetail

  • 0.1.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

kubetail-ui

Kubetail-UI is a project for developing and sharing React components and other UI elements for Kubetail

Getting started

First, install the dependencies:

pnpm install

Next, run storybook:

pnpm storybook

Open http://localhost:6006 in your browser to see the components.

Scripts

  • build - Run the build script ($ pnpm build)
  • lint - Run the linter ($ pnpm lint)
  • test - Run the unit tests ($ pnpm test)
  • storybook - Run the storybook development server ($ pnpm storybook)
  • build-storybook - Run the storybook build script ($ pnpm build-storybook)

Integrate kubetail-ui into your Tailwind CSS project

  1. Install kubetail-ui package (replace X.Y.Z with desired version)
pnpm add git+ssh://git@github.com/kubetail-org/kubetail-ui.git#vX.Y.Z
  1. Modify your Tailwind config file
module.exports = {
  content: [
    ...
    "./node_modules/kubetail-ui/esm/*.js"
  ],
  plugins: [
    ...
    require('kubetail-ui/plugin')
  ]
}

FAQs

Package last updated on 08 May 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc