@deepchange/building-blocks

React components for prototyping project pages, mainly used by deepchange community.

Usage no npm install needed!

<script type="module">
  import deepchangeBuildingBlocks from 'https://cdn.skypack.dev/@deepchange/building-blocks';
</script>

README

@deepchange/building-blocks

React components for prototyping project pages, mainly used by deepchange community.

NPM JavaScript Style Guide

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