npm install --save react-snakkeyarn add react-snakkeimport React, { Component } from 'react'
import Snakke from 'react-snakke'
class Example extends Component {
render () {
return (
<Snakke />
)
}
}import React, { Component } from 'react'
import Snakke from 'react-snakke'
class Example extends Component {
render () {
return (
<Snakke color="#f0f" height="3px" opacity=".8" zIndex="10" />
)
}
}| Prop | Type | Default value | Required | Description |
|---|---|---|---|---|
| color | String | #000 | false | Set progress bar background color |
| height | String | 5px | false | Set height of progress bar |
| opacity | String | 1 | false | Set opacity from 0 to 1 |
| zIndex | String | 9999 | false | Set value based on css z-index property |
MIT ยฉ Diogo Moretti