Skip to contentSkip to navigationSkip to topbar
Paste DSys

Blockquote

Version 2.0.1GithubDesign assets pendingPeer review pending

A Blockquote is a stylized text wrapper for a quotation and source.

@twilio-paste/blockquote

2.0.1

Patch Changes

  • 262c1b715 #4281 Thanks @PixeledCode! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

2.0.0

Major Changes

  • f48211e56 #4258 Thanks @PixeledCode! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.

Patch Changes

1.0.0

Major Changes

  • 36bd1e305 #4168 Thanks @PixeledCode! - [Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source.

Minor Changes

  • 077d397e4 #4167 Thanks @nkrantz! - [Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary.