UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

20 lines (13 loc) 267 B
--- route: /components/title menu: UI Components --- import { Playground, Props } from 'docz'; import { Title } from './Title'; # Title ## Properties <Props of={Title} /> ## Basic usage <Playground> <Title size={20}>An interesting title</Title> </Playground>