diff --git a/README.md b/README.md index c753cb4..a582f1b 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# material-cookiebar \ No newline at end of file +# Material Design Cookie Bar + +## Usage +```css +MaterialCookieBar.build({ + header: "Privacy", + message: "This site makes use of Cookies. Please refer Privacy Policy for more details.", + buttonText: "OK" +}); +``` + +## Preview +![Example](https://raw.githubusercontent.com/TroogS/material-cookiebar/master/example.png "Logo Title Text 1")