himself65 / configuration-list-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration-List-React

USAGE

import React from 'react'
import Configuration from 'configuration-list-react'
import 'configuration-list-react/lib/index.css'

const Component = () => {
  // Coding Here
  return (
    <Configuration/>    
  )
}

LICENSE

Follow MIT License.

About

License:MIT License


Languages

Language:JavaScript 62.9%Language:TypeScript 30.6%Language:CSS 3.5%Language:HTML 3.0%