moroshko / react-scanner

Extract React components and props usage from code.
MIT License
563 stars 40 forks source link

Allow ignoring host components from reporting. #63

Open itaditya opened 1 year ago

itaditya commented 1 year ago

Since we already have a config option for components. It'd be great if we could tell it to only include custom components like Button and not include host components like button, div. If we're concerned with our component usage, host component have to be ignored manually right now.