This package has been deprecated

Author message:

Moved to @qc scope.

qc-react-block

0.0.1 • Public • Published

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>
  )
}

/qc-react-block/

    Package Sidebar

    Install

    npm i qc-react-block

    Weekly Downloads

    7

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    5.06 kB

    Total Files

    5

    Last publish

    Collaborators

    • hypersoftllc