@stenajs-webui/grid
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@stenajs-webui/grid", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -43,3 +43,3 @@ "author": "mattias800", | ||
], | ||
"gitHead": "5c1391ec42cfa8012b4a11aa2bb9dd265e498cd7" | ||
"gitHead": "be227b9f7ab7467ab61238fe1a8140e8feb21701" | ||
} |
@@ -1,31 +0,9 @@ | ||
# stenajs-webui-common | ||
# @stenajs-webui/grid | ||
> | ||
[![NPM](https://img.shields.io/npm/v/stenajs-webui-common.svg)](https://www.npmjs.com/package/stenajs-webui-common) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
### Hooks only | ||
## Install | ||
@stenajs-webui/grid does not provide any components, only hooks. | ||
```bash | ||
npm install --save stenajs-webui-common | ||
``` | ||
## Usage | ||
```tsx | ||
import * as React from 'react' | ||
import MyComponent from 'stenajs-webui-common' | ||
class Example extends React.Component { | ||
render () { | ||
return ( | ||
<MyComponent /> | ||
) | ||
} | ||
} | ||
``` | ||
## License | ||
MIT © [lindskogen](https://github.com/lindskogen) | ||
This might change in the future. |
147309
10