An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/formatted-text

A React component for formatting paragraphs, line breaks and links.
https://github.com/caseywebdev/formatted-text

Last synced: 7 months ago
JSON representation

A React component for formatting paragraphs, line breaks and links.

Awesome Lists containing this project

README

          

#

A React component for formatting line breaks and links.

```jsx

Email me (foo@example.com) or visit one of:

foo.example.com
bar.example.com
baz.example.com

```

```html
Email me (foo@example.com) or visit one of:



foo.example.com

bar.example.com

baz.example.com
```

### Props

#### LinkComponent

A component that receives `children` and `href` props. Defaults to `'a'`.