0.0.1 • Published 6 years ago

qc-react-block v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

qc-react-block

Build Status Coverage Status License Downloads

npm badge

DEPRECATED

This project as moved to the @qc scope. See @qc/react-block.

A React component that renders a div with the implied semantics of representing a block element.

Installation

npm install --save qc-react-block

or

yarn add qc-react-block

Example Usage

import React from 'react'

import Block from 'qc-react-block'

import 'qc-react-block/lib/Block.css'


export default function SomeComponent(props) {
  return (
    <Block className="Some">
      <h2>Some Component</h2>
      <p>Some component demo'ing the Block component.</p>
    </Block>
  )
}
0.0.1

6 years ago

0.0.0

6 years ago

0.0.0-alpha.1

6 years ago

0.0.0-alpha.0

6 years ago

0.0.0-alpha

7 years ago