MoroccanOSS / react-stoon

react-stoon is a handy toolbox of reusable Components that allow you to reduce boilerplate by writing less js inside of your React Components.
MIT License
29 stars 10 forks source link

import only components user wants feature #3

Closed bigfanjs closed 6 years ago

bigfanjs commented 6 years ago

Here I split the library into a set of small separate components as I previously mentioned in #2 .

For importing a single component:

import Show from "react-stoon/Show";

And for importing multiple components in a single import:

import {Show} from "react-stoon";