0.1.1-alpha.1cae460 • Published 5 years ago
@internetarchive/mobile-top-nav v0.1.1-alpha.1cae460
\
The mobile navigation menu for archive.org
Installation
yarn add @internetarchive/mobile-top-nav
Usage
// ia-mobile-top-nav.js
import IAMobileTopNav from '@internetarchive/mobile-top-nav';
export default IAMobileTopNav;
<!-- index.html -->
<script type="module">
import './ia-mobile-top-nav.js';
</script>
<style>
/* Defaults */
topnav-element {
--white: #fff;
--grey20: #333;
--grey999: #999;
--black: #000;
--link-color: #428bca;
--primary-text-color: var(--white);
--theme-font-family: 'Helvetica Neue';
}
</style>
<topnav-element></topnav-element>
Development
Prerequisite
yarn install
Start Development Server
yarn start // start development server and typescript compiler
Testing
yarn test
Testing via browserstack
yarn test:bs
Demoing using storybook
yarn storybook
Linting
yarn lint
0.1.1-alpha.557
5 years ago
0.1.1-alpha.1cae460
5 years ago
0.1.1-alpha.177ac59
5 years ago
0.1.1-alpha.523
5 years ago
0.1.1-alpha.656
5 years ago
0.1.1-alpha.643
5 years ago
0.1.1-alpha.642
5 years ago
0.1.1-alpha.640
5 years ago
0.1.1-alpha.637
5 years ago
0.1.1-alpha.635
5 years ago
0.1.1-alpha.633
5 years ago
0.1.1-alpha.631
5 years ago
0.1.1-alpha.628
5 years ago
0.1.1-alpha.626
5 years ago
0.1.1-alpha.624
5 years ago
0.1.1-alpha.622
5 years ago
0.1.1-alpha.617
5 years ago
0.1.1-alpha.615
5 years ago
0.1.1-alpha.609
5 years ago
0.1.1-alpha.607
5 years ago
0.1.1-alpha.605
5 years ago