Weekly Check-In #7
vinayaksh42
Published: 07/19/2021
Hey all!
What did you do this week?
This week I worked on implementing Storybook for all the Icon components that are being generated. For being able to do this, I created a Storybook template using which I produced stories for each and every Icon Components. The demonstration of all the React components will become much more easier and understandable using storybook. It also provides instructions about all the different types of props that are supported by the Component. Other than this I have also started to work towards creating an npm package for VUE.js for EOS-Icons. It will be largely based on the React extension but a couple of changes according to the framework.
What is coming up next?
In the next couple of weeks I am going to be focusing towards building the VUE.js npm package. Will also finish the few test cases remaining in the React package as well.
Did I stuck anywhere?
There were a few problems while configuring Storybook for TypeScript but after going through the Storybook docs extensively I was able to properly implement it.