1.0.11 • Published 2 years ago

package-test-d2 v1.0.11

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

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

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago