Readme update
This commit is contained in:
parent
b805a8e2ae
commit
e22e5d1915
@ -39,7 +39,7 @@ const food = {
|
|||||||
|
|
||||||
<Menu width={"20px"} color="rgb(123, 192, 222)" food={food} />
|
<Menu width={"20px"} color="rgb(123, 192, 222)" food={food} />
|
||||||
|
|
||||||
//Replace 'width' optionally width 'height' but don't use both at the same time.
|
//Replace 'width' optionally with 'height' but don't use both at the same time.
|
||||||
//To keep the ratio between height and width one has to be given and the other one is calculated by the component.
|
//To keep the ratio between height and width one has to be given and the other one is calculated by the component.
|
||||||
|
|
||||||
//One example with height:
|
//One example with height:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-animated-menus",
|
"name": "react-animated-menus",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "React component that mounts three dot button that morphs into a menu by clicking on it.",
|
"description": "React component that mounts three dot button that morphs into a menu by clicking on it.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user