# bootstrap4-components ## Komponenty ### `w-radio-list`, `WRadioList` Lista radio, na podstawie property `values` Lista radio ```HTML ``` Lista radio z polem do wpisania własnej wartości, pod etykietą `other-label` ```HTML ``` values są tablicą: ```JavaScript values: [ { value: 'Stowarzyszenie Rejestrowe', text: 'Stowarzyszenie rejestrowe' }, { value: 'Stowarzyszenie Zwykłe', text: 'Stowarzyszenie zwykłe' } ] ``` ## Project setup ``` npm install ``` ### Kompilacja komponentów ``` npm run build ``` ### Przeglądanie komponentów, storybook ``` npm run storybook ``` ### Testy jednostkowe jest ``` npm run test:unit ``` ### Budowanie i publikcaja ``` npm run fullPublish ``` ### Run your unit tests ``` npm run test:unit ```