Update README.md

This commit is contained in:
TroogS
2019-05-29 13:38:47 +02:00
committed by GitHub
parent 5f27cec937
commit 11d8fc19a2

View File

@@ -1 +1,13 @@
# material-cookiebar
# Material Design Cookie Bar
## Usage
```css
MaterialCookieBar.build({
header: "Privacy",
message: "This site makes use of Cookies. Please refer <a href=\"/Privacy\">Privacy Policy</a> for more details.",
buttonText: "OK"
});
```
## Preview
![Example](https://raw.githubusercontent.com/TroogS/material-cookiebar/master/example.png "Logo Title Text 1")