0.0.7 • Published 1 year ago

react-prompt-viewer v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-prompt-viewer

Npm Version License

Usage

install

npm i react-prompt-viewer

include

import React from 'react'
import { prompt } from 'react-prompt-viewer'

class Component extends React.Component {
    
  render() {
    return <Prompt content="hello world"/>
  }
}

expected

<Prompt content={content}  animation='right-show' />

props

<Prompt content={"hello world"} 
        width="200px" 
        title={"prompt"} 
        theme={"dark"} 
        align={"center"} 
        animation='right-show' 
        speed={15}
/>
0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago