0.1.2 • Published 12 months ago

@centml/deepview-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@centml/deepview-ui

Components for the DeepView UI used within its webview and VSCode extension

Features

  • React UI components and utility functions

Usage

Install the package from npm:

npm install -D @centml/deepview-ui

In your application's Tailwind CSS config, extend your content array with the path to CentML UI. This will ensure all Tailwind utilities required by the library are generated.

/** @type {import('tailwindcss').Config} */
module.exports = {
	presets: [],
	content: ['./node_modules/@centml/deepview-ui/dist/**/*.js'],
	theme: {
		extend: {}
	}
};

Setting up your application

You can import components, utility functions, and types from the top-level module:

import { Breakdown, getStatsUsage, type ProfilingData } from '@centml/deepview-ui';
0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago