Skip to content

Files

Latest commit

 

History

History
67 lines (55 loc) · 7.34 KB

README.md

File metadata and controls

67 lines (55 loc) · 7.34 KB

npm npm downloads license GitHub pull requests GitHub closed pull requests GitHub contributors

chayns-components

The ChaynsComponents can be installed directly from npm by using the following package:

npm install -S chayns-components@latest

Chayns Components

The following components are part of this package:

Component Description Readme File
react-chayns-accordion Accordion Component Readme
react-chayns-amountcontrol AmountControl Component Readme
react-chayns-badge Badge Component Readme
react-chayns-button Button Component Readme
react-chayns-calendar Calendar Component Readme
react-chayns-checkbox Checkbox Component Readme
react-chayns-combobox Combobox Component Readme
react-chayns-contextmenu ContextMenu Component Readme
react-chayns-emoji_input EmojiInput Component Readme
react-chayns-gallery Gallery Component Readme
react-chayns-gridcalendar GridCalendar Component Readme
react-chayns-icon Icon Component Readme
react-chayns-input Input Component Readme
react-chayns-modeswitch ModeSwitch Component Readme
react-chayns-personfinder PersonFinder Component Readme
react-chayns-radiobutton RadioButton Component Readme
react-chayns-receiverinput ReceiverInput Component Readme
react-chayns-rfid_input RfidInput Component Readme
react-chayns-scrollview ScrollView Component Readme
react-chayns-selectbutton SelectButton Component Readme
react-chayns-selectlist SelectList Component Readme
react-chayns-setupwizard SetupWizard Component Readme
react-chayns-sharingbar SharingBar Component Readme
react-chayns-smallwaitcursor SmallWaitCursor Component Readme
react-chayns-textarea TextArea Component Readme
react-chayns-tooltip Tooltip Component Readme
react-chayns-upload FileUpload Component Readme
react-chayns-map Map Component Readme
react-chayns-openingtimes OpeningTimes Component Readme

Internal Components

Component Description Readme File
react-chayns-textstring TextString Component Readme

Examples

For starting the examples you have to first install all dependencies...

npm i

... and the start the webpack-dev-server with the following command:

npm start