Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
bespoke-substeps
Advanced tools
You can see bespoke-substeps in action in e.g. Asynchronous JavaScript Interfaces presentation
data-order
attribute), so it doesn't necessary need to follow order in documentdata-order
value)data-action
attribute) that can be used:
visibility: hidden
)visibility: hidden
)display: none
)display: none
)background: inherit
)bespoke.plugins.substeps = require('bespoke-substeps');
bespoke.from(selector, {
substeps: true
});
Example HTML configuration
All step elements need to share substep
class. Unless overridden they're assigned with activate
action and incremented order.
<section class="bespoke-slide">
<h1>Slide title</h1>
<ul class="substep" data-order="3" data-action="remove"><!-- Removed in final step -->
<li class="substep">First step</li><!-- assigned order: 0.01 -->
<li class="substep">Second step</li><!-- assigned order: 0.02 -->
<li class="substep" data-order="2">Fourth step (1)</p><!-- assigned order: 2 -->
<li class="substep" data-order="1">Third step</p><!-- assigned order: 1 -->
<li class="substep" data-order="2">Fourth step (2)</p><!-- assigned order: 2 -->
<li class="substep">Fifth step</p><!-- assigned order: 2.01 -->
</ul>
<ul class="substep" data-order="3" data-action="insert"><!-- Inserted in final step -->
<li>Final only item</li>
</ul>
</section>
In your presentation path:
$ npm install bespoke-substeps
FAQs
Substeps for Bespoke.js presentations
The npm package bespoke-substeps receives a total of 14 weekly downloads. As such, bespoke-substeps popularity was classified as not popular.
We found that bespoke-substeps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.