1.0.4 • Published 3 years ago

maind-react-search v1.0.4

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

casted-react-search

A React component to search Casted account content

NPM JavaScript Style Guide

Install

npm install --save casted-react-search

Usage

import React, { Component } from 'react'

import MyComponent from 'casted-react-search'
import 'casted-react-search/dist/index.css'

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

License

MIT © maindaniel