@deepchange/building-blocks
v1.31.0
Published
React components for prototyping project pages, mainly used by deepchange community.
Downloads
12
Readme
@deepchange/building-blocks
React components for prototyping project pages, mainly used by deepchange community.
Install
npm install --save @deepchange/building-blocks
Usage
import React, { Component } from 'react'
import { Quote } from '@deepchange/building-blocks'
import '@deepchange/building-blocks/dist/index.css'
class Example extends Component {
render() {
return (
<Quote>
This is the real secret of life -- to be completely engaged with what
you are doing in the here and now. And instead of calling it work,
realize it is play - Alan Watts
</Quote>
)
}
}
License
ISC © yannickschuchmann