UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

22 lines (15 loc) 334 B
--- route: /components/link menu: Composition Components --- import { Playground, Props } from 'docz'; import { Link } from './Link'; # Link ## Properties <Props of={Link} /> ## Basic usage <Playground> <Link to="https://getstream.io/activity-feeds" onClick={console.log}> Stream.IO Activity Feeds </Link> </Playground>