sidebarDepth |
---|
3 |
Simple loader
Can be used outside of the Enso ecosystem.
For live examples and demos, you may visit laravel-enso.com
Install the package:
yarn add @enso-ui/loader
(within Enso, remember to cd
into the client
folder before installing front-end assets)
@enso-ui/loader/bulma
:
Loader
Import the desired component(s):
import Loader from '@enso-ui/loader/bulma';
The bulma styled loading indication component.
Example:
<loader v-if="loading"/>
Properties:
color
-string
, optional, default#f44336
- the color of the loader indicatorsize
-string
, optional, defaultmedium
- the size of the indicator. Valid options are: 'small', 'medium', 'large'transparent
-boolean
, optional - if true makes the component overlay transparent
For questions and support please use the issues functionality for this package's github repository.
Please make sure to search for existing issues before creating a new issue, and when opening a new issue, fill the required information in the issue template.
Issues not conforming to the guidelines may be closed immediately.
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!