Check with your designers to help you design this section
Check with your designers to help you design this section
The current version of RAUL requires a few dependencies that must be included by the product teams. We understand this is not ideal, and have plans to mitigate dependencies as much as possible in the future.
The following are all dependency styles. They should be added before the RAUL CDN include:
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
crossorigin="anonymous"
/>
The following are all dependency script tags. They should be added before the RAUL CDN include:
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
crossorigin="anonymous"
></script>
jQuery is a JavaScript library with a set of cross-browser DOM utilities. This dependency will
eventually be phased out.
https://jquery.com
Popper is a JavaScript dependency used by Bootstrap 4. It is used for various Bootstrap
components such as tooltips. The plan for this dependcy will be for it to be internally bundled
if we continue using it.
https://popper.js.org
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. It allows users
to quickly prototype/build responsive layouts. The plan for this dependcy will be for it to be
internally bundled if we continue using it.
https://getbootstrap.com
Summernote is text-editor plugin. It is an optional dependency for RAUL. For more information
please see the raul plugin for this dependency, and / or the website for summernote:
raul-plugin-summernote
https://summernote.org/