v-ingredients
Version:
Reusable Components
46 lines (40 loc) • 1.77 kB
Markdown
# COMPONENTS
## How to add new component
To add new component create it's folder with structure `<ComponentName>/<ComponentName>.vue`. Inside place `README.md` file that will be used to describe new component.
Once you are done with your come and you would like to use your component in one of the websites, import new component to `src/index.js` and to the install method as `Vue.component('<ComponentName>', <ComponentName>)`, where `<ComponentName>` should be real name of the component.
## List of components
At this moment not all of them contains `README` files.
* [Box](Box/README.md)
* [BoxInfo](BoxInfo/README.md)
* [BoxWithHeader](BoxWithHeader/README.md)
* [Btn](Btn/README.md)
* [Checkbox](Checkbox/README.md)
* [Container](Container/README.md)
* [DetailsBox](DetailsBox/README.md)
* [DetailsTable](DetailsTable/README.md)
* [DeviceBox](DeviceBox/README.md)
* [DeviceOfferBox](DeviceOfferBox/README.md)
* [DeviceOfferWindow](DeviceOfferWindow/README.md)
* [Dropdown](Dropdown/README.md)
* [GreenInvoice](GreenInvoice/README.md)
* [Icon](Icon/README.md)
* [IconList](IconList/README.md)
* [InputField](InputField/README.md)
* [InputRadio](InputRadio/README.md)
* [KeyParams](KeyParams/README.md)
* [KeyParamsBox](KeyParamsBox/README.md)
* [Loader](Loader/README.md)
* [Logo](Logo/README.md)
* [MobileOfferPicker](MobileOfferPicker/README.md)
* [ParamsBox](ParamsBox/README.md)
* [ParamsTable](ParamsTable/README.md)
* [Price](Price/README.md)
* [RequiredStar](RequiredStar/README.md)
* [Select](Select/README.md)
* [Sidebar](Sidebar/README.md)
* [Slider](Slider/README.md)
* [SmallOfferBox](SmallOfferBox/README.md)
* [StepsAdvanced](StepsAdvanced/README.md)
* [StepsBasic](StepsBasic/README.md)
* [Table](Table/README.md)
* [Tooltip](Tooltip/README.md)