Storage component allows you to manage data stored in the browser's memory. Thanks to the component, you can easily add, delete, get data and check their expiration time.
Detailed documentation and more examples you can find in our Bootstrap Storage Docs
Basic example
Add class .text-center
to the parent div to align any item
inside to the center.
Advanced example - Show Modal for new users
Using the showModalNewUser method you can display the modal for new users. Click start button to start simulate this behavior. After next click modal don't show any more until you click reset.
Note: To see more examples and sourcecodes check Bootstrap Storage Docs