1.0.8 • Published 1 year ago

testidea v1.0.8

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

testidea

Yeap, here we go

NPM JavaScript Style Guide

Install

npm install --save testidea

Usage

import React, { Component } from 'react'

import MyComponent from 'testidea'
import 'testidea/dist/index.css'

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

License

MIT © Deniscartin