UNPKG

takeouts

Version:

Juggle different components around using slots

17 lines (11 loc) 382 B
# takeouts Takeouts is a component catalog. ## Installation The package is available in the public npm registry under a MIT license. It should be added to your application as a direct dependency. You can install it by running the following npm command in your application folder: ```bash npm install --save takeouts ``` ## Usage ```js const Takeouts = require('takeouts'); ```