takeouts
Version:
Juggle different components around using slots
17 lines (11 loc) • 382 B
Markdown
Takeouts is a component catalog.
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
```
```js
const Takeouts = require('takeouts');
```