0.0.6 • Published 5 years ago

react-understudy v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

React Understudy

React Understudy is a lightweight library of placeholder components for building fast, flexible wireframes.

This is currently an experimental project. Check back soon for additional support and extensive component documentation.

Installation

Understudy is available as an npm package:

npm

npm install --save react-understudy

Yarn

yarn add react-understudy

Component Library

ComponentDescription
BoxThe basic understudy building block component
GridA grid of Boxes that can be configured for sizing & responsiveness
ListA basic unordered list that includes an optional number of lines
ParagraphA text block that randomly generates lines based on a range input
BlogPostA specified number of Paragraphs with an optional blog header image
SideAdsA collection of Boxes for the Sidebar that replicates Google Adsense ad sizes
IconBarAn array or a single icon component. Supports common UI icons and social media

Usage

Import a placeholder component from react-understudy:

import { BlogPost } from "react-understudy"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT