buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

fix export to make react-styleguide happy #1153

Closed FrancescoCioria closed 6 years ago

FrancescoCioria commented 6 years ago

Project card

description

react-styleguide generates the Props from the first exported function/react class.

This is a problem in Dropdown.tsx and Meeter.tsx where the first exported function is not the main component.

specs

export the main component before any other function