this repo is deprecated. you should use this.
Build ghost house in React, with the tears π
In Japan, it is famous 'ghost house website' (in Japanese this means 'Webε»ε’' ). This Library is utility for build ghost house website.
just like γγ€γγγ©γΌ π
So, 'ghost house website' means old fashion website, just like you browsed in 1990 ~ 2000.
This library is for build 'ghost house website' in React
.
and you should know that, if you use this library, you can build 'ghost house website' in GatsbyJS.
So you can build so fast 'ghost house website' (I mean UX and Build).
In develop this library, I have taken care of old fashion. This library is also give you HTML4 Tags
that is deprecated in HTML5. For example, Marquee
, Blink
and so on...
npm i --save dasa
import React from 'react'
import {Center, Marquee, Blink} from 'dasa'
const ComponentA = (props) => {
return (
<React.Fragment>
<Center>πππ</Center>
<Marquee>πππ</Marquee>
<Blink>πππ</Blink>
</React.Fragment>
)
}
$ node -v
v10.11.0
$ yarn -v
1.10.1
# check components
$ yarn run storybook