vd-ui-components
v0.0.43
Published
Made with create-react-library
Downloads
1
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 version
publish new version
npm publish
Install in your project and use
npm install --save vd-shop-comp
License
MIT © VladSvyryd "# testReactComponents"