Skip to content

kubetail-ui 0.1.3-rc12

Install from the command line:
Learn more about npm packages
$ npm install @kubetail-org/kubetail-ui@0.1.3-rc12
Install via package.json:
"@kubetail-org/kubetail-ui": "0.1.3-rc12"

About this version

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://[email protected]/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')
  ]
}

Details


Assets

  • kubetail-ui-0.1.3-rc12.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0