package-test-d2

test library


License
NTP-0
Install
npm install package-test-d2@1.0.11

Documentation

package-test

test library

NPM JavaScript Style Guide

Install

npm i package-test-d2

Usage

import React from 'react'

import { ExampleComponent } from 'package-test'
import 'package-test/dist/index.css'

const App = () => {
  return (
    <>
      <ExampleComponent
        text='Create React Library Example 😄'
        bgColor='theme1'
      />
      <ExampleComponent
        text='Create React Library Example 😄'
        bgColor='theme2'
      />
    </>
  )
}

export default App

License

no © danilo-assis