@kamiapp/transition
v0.8.0
Published
This component allow to use pre-defini transitions directly into your html without any css declaration. If you want add more transitions just open a PR with your transition.
Downloads
10
Readme
<kami-transition>
This component allow to use pre-defini transitions directly into your html without any css declaration. If you want add more transitions just open a PR with your transition.
Usage
Install the component using npm
or yarn
or pnpm
:
$ npm install --save @kamiapp/transition
Import the component into your main js/ts file :
import '@kamiapp/transition';
And use the component directly into your html :
<kami-transition show="false">
<button>transition</button>
</kami-transition>
Documentation
To get more informations about this component you can go to the kami-transition section into the kami collection site web. See the documentation at collection.kamiapp.fr to get more information about how to use each components. You will also find a playground section to test all components.