@potok/button
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,3 +12,3 @@ ### Install | ||
```js static | ||
import Button from '@potok/button; | ||
import Button from '@potok/button'; | ||
@@ -27,6 +27,6 @@ const ButtonExample = () => ( | ||
```js | ||
const Grid = require("../Grid").default; | ||
const Grid = require('../../../utils/Grid').default | ||
const Button = require("./Button").default; | ||
<Grid> | ||
<Grid rowCount={2}> | ||
<div> | ||
@@ -52,3 +52,3 @@ <Button>Button</Button> | ||
```js | ||
const Grid = require("../Grid").default; | ||
const Grid = require('../../../utils/Grid').default | ||
const Button = require("./Button").default; | ||
@@ -58,3 +58,3 @@ const CreateIcon = require("@potok/icons/glyph/create").default; | ||
<Grid> | ||
<Grid rowCount={2}> | ||
<div> | ||
@@ -61,0 +61,0 @@ <Button iconAfter={<CreateIcon />}>Button</Button> |
{ | ||
"name": "@potok/button", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Potok.io UI Kit buttons", | ||
@@ -13,3 +13,3 @@ "main": "./lib/Button.jsx", | ||
"devDependencies": { | ||
"@potok/icons": "^1.1.0", | ||
"@potok/icons": "^1.1.1", | ||
"prettier": "^1.12.0" | ||
@@ -16,0 +16,0 @@ }, |
6421