Accessories
This package contains a suite of reusable components within the Enso ecosystem.
For live examples and demos, you may visit laravel-enso.com
Check the full documentation.
Install the package:
yarn add @enso-ui/accessories
Import the desired component(s):
import { Accessories, Addresses, Comments } from '@enso-ui/accessories/bulma';
<accessories>
<template slot-scope="{ count }">
<tab keep-alive
id="Addresses">
<addresses :id="myCompanyId"
type="LaravelEnso\Companies\app\Models\Company"
@update="$set(count, 'Addresses', $refs.addresses.count)"
ref="addresses"/>
<comments :id="myCompanyId"
type="LaravelEnso\Companies\app\Models\Company"
@update="$set(count, 'Comments', $refs.comments.count)"
ref="comments"/>
</tab>
</template>
</accessories>
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!