Package Exports
- pixelated-pure-css-x-wing
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pixelated-pure-css-x-wing) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
X Wing : Pixel Art
#####Pure CSS X Wing!

###Installation
npm i pixelated-pure-css-x-wing
yarn add pixelated-pure-css-x-wing
Basic Usage
This is the minimal configuration.
import PixalatedPureCssXWing from 'pixelated-pure-css-x-wing'
<PixalatedPureCssXWing />
The components can be configured with height, width or rotation.
<PixalatedPureCssXWing rotation="270deg" height="100px" />
<PixalatedPureCssXWing rotation="90deg" height="20vh" width="300px" />
Default Props
height:'300px'
width:'300px'
rotation:null