Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-layout-views

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-layout-views - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc