Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

sadnessOjisan/dasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

80 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

this repo is deprecated. you should use this.

dasa

Build ghost house in React, with the tears πŸ˜‚

abstract

In Japan, it is famous 'ghost house website' (in Japanese this means 'Webε»ƒε’Ÿ' ). This Library is utility for build ghost house website.

what is 'ghost house website'

just like γƒ€γ‚€γƒŸγƒ€γƒ©γƒΌ πŸ˜‚

So, 'ghost house website' means old fashion website, just like you browsed in 1990 ~ 2000.

This library can...

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

How to use

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>
    )
}

how to contribute

my env

$ node -v
v10.11.0

$ yarn -v 
1.10.1

for dev

# check components 
$ yarn run storybook