Skip to content

Commit 3f146e3

Browse files
committed
Update README.md
1 parent 712c53a commit 3f146e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
React container that will auto scroll to bottom if new content is added and viewport is at the bottom, similar to `tail -f`. Otherwise, a "jump to bottom" button will be shown to allow user to quickly jump to bottom.
66

7+
This project scaffolding is from [react-component-template](https://github.com/compulim/react-component-template).
8+
9+
# Demo
10+
11+
Try out the demo at [https://compulim.github.io/react-scroll-to-bottom/](https://compulim.github.io/react-scroll-to-bottom/).
12+
713
# Sample
814

915
```jsx
@@ -23,6 +29,8 @@ export default props =>
2329
</ScrollToBottom>
2430
```
2531

32+
> We use [`glamor`](https://github.com/threepointone/glamor/) for component styles. It is not required, but we don't support `style` props for performance reason.
33+
2634
# Contributions
2735

2836
Like us? [Star](https://github.com/compulim/react-scroll-to-bottom/stargazers) us.

0 commit comments

Comments
 (0)