No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Overview

You can insert blockquotes

A computer can be called "intelligent" if it can trick a person into thinking it is human.

Alan Turing

Code

import React from "react"; import { BlockQuote } from "react-lux"; function App() { return ( <BlockQuote textAlign="right" quote={`A computer can be called "intelligent" if it can trick a person into thinking it is human.`} autor="Alan Turing" /> ); } export default App;