2.2.1 • Published 6 years ago

dasa v2.2.1

Weekly downloads
72
License
-
Repository
github
Last release
6 years ago

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
2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.11.0

6 years ago

1.10.2

6 years ago

1.10.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago