1.1.7 • Published 3 years ago

xwing v1.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

X Wing : Pixel Art

#####Pure CSS X Wing!

license

###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