vd-ui-components
v0.0.43
Published
Made with create-react-library
Readme
vd-shop-comp
Made with create-react-library
Usage
create your components in /components
Export components in /src/index
import { ExampleComponent } from './components/ExampleComponent'
import { ListItem } from './components/ListItem'
// export ExampleComponent and ListItem as named exports
export { ExampleComponent, ListItem }
// alternative, more concise syntax for named exports
// export { default as Foo } from './Foo'
// you can optionally also set a default export for your module
//export default { Foo, Bar }Usage
update version of npm package
npm patch versionpublish new version
npm publishInstall in your project and use
npm install --save vd-shop-compLicense
MIT © VladSvyryd "# testReactComponents"
