ogcio / ogcio-ds

MIT License
4 stars 0 forks source link

Feat: add radio component to the storybook #17

Closed anapaulalemos closed 1 year ago

anapaulalemos commented 1 year ago

Add Radio component to the storybook. Also fixed the loading of the Govie JS in the storybook, cause it was loading before the DOM and it should be loaded after in order to work properly.

To test

cd govie-frontend
npm i
npm run storybook

If it is already built, just cd govie-frontend && npm run storybook:ci should be enough