@hypersprite/react-vignette

1.0.3 • Public • Published

React Vignette

Adds a basic vignette to a sibling.

Usage

Install

npm install --save @hypersprite/react-vignette

Import

import Vignette from '@hypersprite/react-vignette';

In Practice

Add <Vignette /> as a sibling to another component

<div>
  <SomeSiblingDiv />
  <Vignette />
</div>

Scripts

use npm run <script>

  • lint - runs linter
  • test - runs test
  • test:dev - runs test in watch mode
  • build - runs build
  • build:dev - runs build in watch mode

npm version <major | minor | patch>

API

Receives Props

none

New Passed Props

none

Readme

Keywords

Package Sidebar

Install

npm i @hypersprite/react-vignette

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.84 kB

Total Files

5

Last publish

Collaborators

  • hypersprite