react-layout-views
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "react-layout-views", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "./web/index.js", | ||
@@ -46,6 +46,8 @@ "types": "./web/index.d.ts", | ||
"files": [ | ||
"web", | ||
"native", | ||
"web/index.d.ts", | ||
"web/index.js", | ||
"native/index.d.ts", | ||
"native/index.js", | ||
"typings" | ||
] | ||
} |
@@ -5,2 +5,4 @@ # React Layout Views | ||
[See live examples](https://codesandbox.io/s/0yy71348nn) | ||
## Why | ||
@@ -10,6 +12,8 @@ | ||
The aim of this library is to provide a simple and intuative API for composing layouts by abstracting away certain flex concepts like flex-direction and main/cross axis alignment and replacing these with more intuitive terms like `horizontal`, `bottom`, `right`, and `center`. | ||
The aim of this library is to provide a simple and intuitive API for composing layouts by abstracting away certain flex concepts like flex-direction and main/cross axis alignment and replacing these with more intuitive terms like `horizontal`, `bottom`, `right`, and `center`. | ||
## Examples | ||
[See live examples](https://codesandbox.io/s/0yy71348nn) | ||
### Horizontal | ||
@@ -16,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134
22938
9
80
1