1.0.4 • Published 2 years ago

decode-single-select v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

decode-single-select

React single survey selection

NPM JavaScript Style Guide

Install

npm install --save decode-single-select

Usage

import React, { Component } from 'react'

import MyComponent from 'decode-single-select'
import 'decode-single-select/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © ajit-kumar-Converz