0.2.0 • Published 6 months ago

@kubetail/ui v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

kubetail-ui

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

slack Contributor Covenant

Getting started

First, install the dependencies:

pnpm install

Next, run storybook:

pnpm storybook

Getting started in Docker

This should work as simple as running the following command:

docker compose up

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
pnpm add -D @kubetail/ui
  1. Modify your Tailwind config file
import kubetailUIPlugin from '@kubetail/ui/plugin';

export default {
  content: [
    ...
    './node_modules/@kubetail/ui/**/*.js',
  ],
  plugins: [
    ...
    kubetailUIPlugin,
  ],
};
0.1.5-rc3

10 months ago

0.2.0-rc1

6 months ago

0.1.5-rc2

10 months ago

0.1.5-rc1

10 months ago

0.2.0

6 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6-rc1

7 months ago

0.1.6

7 months ago

0.1.5

10 months ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.3-rc20

2 years ago