groundfloor-react-ui 1.3.47 → 1.3.49
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 +40 -40
- package/dist/index.es.js +79 -79
- package/dist/index.js +46 -46
- package/package.json +40 -40
- package/rollup.config.js +54 -54
- package/storybook-static/favicon.ico +0 -0
package/README.md
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
# GroundFloor React UI
|
|
2
|
-
|
|
3
|
-
The official component library for GroundFloor application
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
The package can be installed via [npm](https://github.com/npm/cli):
|
|
8
|
-
|
|
9
|
-
```
|
|
10
|
-
npm install groundfloor-react-ui --save
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## CSS files
|
|
14
|
-
|
|
15
|
-
```
|
|
16
|
-
1. To use DateSelect component add the below css file to your root
|
|
17
|
-
import 'react-datepicker/dist/react-datepicker.css';
|
|
18
|
-
2. To use Overlay component, Tooltip and ButtonPopup add the below css file to your root
|
|
19
|
-
import 'react-popper-tooltip/dist/styles.css';
|
|
20
|
-
3. To defaultThemeColor, defaultStyles,colors, getDefaultStyles function, hexToRGB function, use import {defaultThemeColor, defaultStyles, colors, getDefaultStyles, hexToRGB} from 'groundfloor-react-ui'
|
|
21
|
-
4. Add import 'react-phone-input-2/lib/style.css' if CountryCodedPhoneInput is needed
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## Documentation And Example
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
-
https://groundfloor-react-ui--63f723af2a11e9df1310e721.chromatic.com/
|
|
30
|
-
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Pre-requisites
|
|
34
|
-
|
|
35
|
-
The following peer dependencies are required to run in a React Project
|
|
36
|
-
|
|
37
|
-
- React v16.3 or greater
|
|
38
|
-
- styled-components v5 or greater
|
|
39
|
-
|
|
40
|
-
---
|
|
1
|
+
# GroundFloor React UI
|
|
2
|
+
|
|
3
|
+
The official component library for GroundFloor application
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
The package can be installed via [npm](https://github.com/npm/cli):
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
npm install groundfloor-react-ui --save
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## CSS files
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
1. To use DateSelect component add the below css file to your root
|
|
17
|
+
import 'react-datepicker/dist/react-datepicker.css';
|
|
18
|
+
2. To use Overlay component, Tooltip and ButtonPopup add the below css file to your root
|
|
19
|
+
import 'react-popper-tooltip/dist/styles.css';
|
|
20
|
+
3. To defaultThemeColor, defaultStyles,colors, getDefaultStyles function, hexToRGB function, use import {defaultThemeColor, defaultStyles, colors, getDefaultStyles, hexToRGB} from 'groundfloor-react-ui'
|
|
21
|
+
4. Add import 'react-phone-input-2/lib/style.css' if CountryCodedPhoneInput is needed
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Documentation And Example
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
https://groundfloor-react-ui--63f723af2a11e9df1310e721.chromatic.com/
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Pre-requisites
|
|
34
|
+
|
|
35
|
+
The following peer dependencies are required to run in a React Project
|
|
36
|
+
|
|
37
|
+
- React v16.3 or greater
|
|
38
|
+
- styled-components v5 or greater
|
|
39
|
+
|
|
40
|
+
---
|