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 is a project for developing and sharing React components and other UI elements for Kubetail
First, install the dependencies:
pnpm install
Next, run storybook:
pnpm storybook
Open http://localhost:6006 in your browser to see the components.
- 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
)
- 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
- Modify your Tailwind config file
module.exports = {
content: [
...
"./node_modules/kubetail-ui/esm/*.js"
],
plugins: [
...
require('kubetail-ui/plugin')
]
}
Details
- kubetail-ui
- kubetail-org
- 9 months ago
- 43 dependencies
Assets
- kubetail-ui-0.1.3-rc12.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0