0.1.2 • Published 10 months ago

@centml/deepview-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago