0.0.43 • Published 3 years ago

vd-ui-components v0.0.43

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vd-shop-comp

Made with create-react-library

NPM JavaScript Style Guide

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"

0.0.43

3 years ago

0.0.41

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago