Initial commit
This commit is contained in:
16
README.md
16
README.md
@ -11,11 +11,25 @@ Never ever worry about a fancy dropdown menu. This component does it for you!
|
||||
|
||||
# Usage
|
||||
|
||||
`import Menu from 'react-animated-menus'`
|
||||
|
||||
Component usage:
|
||||
|
||||
`<Menu width={"20px"} color="rgb(123, 192, 222)" />`
|
||||
|
||||
Replace `width` optionally width `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.
|
||||
|
||||
One example with height:
|
||||
|
||||
`<Menu height={"50px"}" />`
|
||||
|
||||
`color` is optional. The defaul value is `rgb(255, 255, 255)` if it's not defined.
|
||||
|
||||
# Contact
|
||||
|
||||
**Github:** https://github.com/aleabodo
|
||||
|
||||
**Wesite:** https://alexbell.de
|
||||
**Wesite:** https://alexbell.ninja
|
||||
|
||||
**Email:** mail@alexbell.de
|
||||
|
Reference in New Issue
Block a user