rc-lib-ui 1.0.21 → 1.0.22
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
CHANGED
|
@@ -107,7 +107,8 @@ export const App = () => {
|
|
|
107
107
|
columnMenu={{
|
|
108
108
|
initWidth: 280,
|
|
109
109
|
minWidthColumn: {
|
|
110
|
-
width: 80,
|
|
110
|
+
width: 80,
|
|
111
|
+
// variant1 - min 40, variant2 - min 53,
|
|
111
112
|
},
|
|
112
113
|
position: "right",
|
|
113
114
|
}}
|
|
@@ -124,6 +125,11 @@ export const App = () => {
|
|
|
124
125
|
isButtonCenterMenu: false
|
|
125
126
|
//isHeader: false, full off header
|
|
126
127
|
}}
|
|
128
|
+
Footer={
|
|
129
|
+
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100%'}}>
|
|
130
|
+
Footer
|
|
131
|
+
</div>
|
|
132
|
+
}
|
|
127
133
|
children={/*...*/}
|
|
128
134
|
/>
|
|
129
135
|
</>
|