thecodingwhale / tabcordion

code sharing for <Tabs /> and <Accordion /> using render props

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabcordion.js

A React Render Props implentation for and for managable code sharing.

Both Tabs and Accordion have the same logic expectations and most of the times for creating this components it would be better to create a shared code for it. I use CRA for react boilerplate for quick experimentation

I also publish a blog post related with this repo, you can check it here. http://thecodingwhale.com/building-tabs-and-accordion-components-along-with-react-render-props/

Thank you!

About

code sharing for <Tabs /> and <Accordion /> using render props


Languages

Language:JavaScript 76.4%Language:HTML 12.6%Language:CSS 11.0%