package-test-d2
v1.0.11
Published
test library
Readme
package-test
test library
Install
npm i package-test-d2Usage
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 AppLicense
no © danilo-assis
