kurtosis-ui-components 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # Kurtosis UI Components
2
+
3
+ This guide provides instructions and code snippets to help you get started with the Kurtosis UI Components. This library
4
+ can be used to create
5
+
6
+ ## Setting Up
7
+
8
+ To use the Kurtosis Typescript SDK, you need to add it as a dependency to your NPM package. You can do this with the following `npm i` command:
9
+
10
+ ```console
11
+ $ yarn add kurtosis-ui-components
12
+ ```
13
+
14
+ ## Usage
15
+
16
+ Instructions to follow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kurtosis-ui-components",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "private": false,
5
5
  "main": "build/index",
6
6
  "description": "This repo contains components used by Kurtosis UI applications.",