1.0.3 • Published 7 years ago

@hypersprite/react-vignette v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago