@weng-lab/ui-components 1.0.2 → 1.0.3
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.
- package/README.md +23 -23
- package/package.json +1 -1
- package/dist/fp.esm-Dkdh137l.js +0 -1669
- package/dist/fp.esm-Dkdh137l.js.map +0 -1
- package/dist/get-context-CrxlN9Xb.js +0 -78
- package/dist/get-context-CrxlN9Xb.js.map +0 -1
- package/dist/index-DpW4CEKo.js +0 -49556
- package/dist/index-DpW4CEKo.js.map +0 -1
- package/dist/src/components/DataTable/datatable.d.ts +0 -6
- package/dist/src/components/DataTable/datatable.d.ts.map +0 -1
- package/dist/src/components/DataTable/index.d.ts +0 -4
- package/dist/src/components/DataTable/index.d.ts.map +0 -1
- package/dist/src/components/DataTable/reducer.d.ts +0 -3
- package/dist/src/components/DataTable/reducer.d.ts.map +0 -1
- package/dist/src/components/DataTable/types.d.ts +0 -187
- package/dist/src/components/DataTable/types.d.ts.map +0 -1
- package/dist/src/components/GenomeSearch/GenomeSearch.d.ts +0 -4
- package/dist/src/components/GenomeSearch/GenomeSearch.d.ts.map +0 -1
- package/dist/src/components/GenomeSearch/index.d.ts +0 -5
- package/dist/src/components/GenomeSearch/index.d.ts.map +0 -1
- package/dist/src/components/GenomeSearch/queries.d.ts +0 -10
- package/dist/src/components/GenomeSearch/queries.d.ts.map +0 -1
- package/dist/src/components/GenomeSearch/types.d.ts +0 -68
- package/dist/src/components/GenomeSearch/types.d.ts.map +0 -1
- package/dist/src/components/GenomeSearch/utils.d.ts +0 -14
- package/dist/src/components/GenomeSearch/utils.d.ts.map +0 -1
- package/dist/src/components/RangeSlider/RangeSlider.d.ts +0 -15
- package/dist/src/components/RangeSlider/RangeSlider.d.ts.map +0 -1
- package/dist/src/components/RangeSlider/index.d.ts +0 -4
- package/dist/src/components/RangeSlider/index.d.ts.map +0 -1
- package/dist/src/components/Table/EmptyFallback.d.ts +0 -7
- package/dist/src/components/Table/EmptyFallback.d.ts.map +0 -1
- package/dist/src/components/Table/Table.d.ts +0 -4
- package/dist/src/components/Table/Table.d.ts.map +0 -1
- package/dist/src/components/Table/index.d.ts +0 -4
- package/dist/src/components/Table/index.d.ts.map +0 -1
- package/dist/src/components/Table/types.d.ts +0 -68
- package/dist/src/components/Table/types.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -9
- package/dist/src/index.d.ts.map +0 -1
- package/dist/ui-components.es.js +0 -8
- package/dist/ui-components.es.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# @weng-lab/ui-components
|
|
2
|
-
React MUI components for the Weng/Moore Labs suite of genomics web resources
|
|
3
|
-
|
|
4
|
-
## Prerequisites
|
|
5
|
-
This library assumes you have `react` and `react-dom` installed in your project already
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
npm
|
|
9
|
-
```
|
|
10
|
-
npm install @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
yarn
|
|
14
|
-
```
|
|
15
|
-
yarn add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
pnpm
|
|
19
|
-
```
|
|
20
|
-
pnpm add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Component Documentaion
|
|
1
|
+
# @weng-lab/ui-components
|
|
2
|
+
React MUI components for the Weng/Moore Labs suite of genomics web resources
|
|
3
|
+
|
|
4
|
+
## Prerequisites
|
|
5
|
+
This library assumes you have `react` and `react-dom` installed in your project already
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
npm
|
|
9
|
+
```
|
|
10
|
+
npm install @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
yarn
|
|
14
|
+
```
|
|
15
|
+
yarn add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
pnpm
|
|
19
|
+
```
|
|
20
|
+
pnpm add @weng-lab/ui-components @mui/material @mui/icons-material @emotion/styled @emotion/react
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Component Documentaion
|
|
24
24
|
Please visit weng-lab-components.vercel.app and navigate to the 'ui-components' section for component documentation.
|
package/package.json
CHANGED