1.0.1 • Published 2 years ago

@kiunakoncepts/test-lib v1.0.1

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

@kiunakoncepts/test-lib

Made with create-react-library

Install

npm install --save @kiunakoncepts/test-lib

Usage

import React, { Component } from 'react'

import { Another } from '@kiunakoncepts/test-lib'
import '@kiunakoncepts/test-lib/dist/index.css'

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

// Functional components
const Example = () => {
  return <Another />
}

License

MIT © kiunakoncepts