Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-bottom-bar

Package Overview
Dependencies
9
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @neovici/cosmoz-bottom-bar

A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.


Version published
Weekly downloads
138
increased by305.88%
Maintainers
4
Created
Weekly downloads
 

Changelog

Source

7.2.1 (2024-04-26)

Bug Fixes

  • next is not included in package (0892c30)

Features

  • add cosmoz-collapse (85d0e1d)
  • add exports in package.json (999611e)
  • add getFlattenedNodes function (445a519)
  • add slotChangeHandler function (e0853a1)
  • add storybook-static dir to .gitignore (d15f54a)
  • add cosmoz-utils dependency (b6b37e2)
  • add empty story (880f8c2)
  • add empty story render function (8fe1461)
  • add new demo file (b465746)
  • add new file (will rename it later) (cac18ea)
  • add pionjs dependecy (5c127fb)
  • add questions and html inside the function (ef3ad56)
  • add stories (60a3086)
  • add storybook configs (24085b3)
  • add storybook dependencies (2a36bb4)
  • add todos (2dc38e6)
  • create src dir for pionjs component (a1a2fe0)
  • do changes adviced by Iulian (060e726)
  • extract functions outside CosmozBottomBar (9892452)
  • have the style outside of the component (56bb120)
  • implement requested changes (add8218)
  • make npm run lint pass (16ac296)
  • remove commented useEffect (4c83832)
  • remove old file (d8771c5)
  • rename cosmoz-bottom-bar-new.js (5a3304a)
  • rename component to cosmoz-bottom-bar-next (94f47c8)
  • set the right title for the component in src (dcceb24)
  • suffix the files with next (385c222)
  • toggle the height (e357da9)
  • update getFlattenedNodes function (794dd3c)
  • update new demo file (4a4c83c)
  • use the has-menu-items attr to hide cmpnt (db863d7)
  • use the notifyProperty hook (169fdf1)
  • use the notifyProperty hook some more (34a111e)
  • wip - convert the codebase to pionjs (dc7e306)

Readme

Source

cosmoz-bottom-bar

Build Status Published on webcomponents.org semantic-release Depfu

<cosmoz-bottom-bar>

cosmoz-bottom-bar is a responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.

Example:

<div style="padding: 0 18px;">
	<h3>Sample page</h3>
	<p>Nam non enim vitae mauris pharetra semper nec sed lectus.</p>
	<p>Maecenas gravida sollicitudin mauris, id gravida odio commodo iaculis.</p>
	<p>Nulla pulvinar justo vel sodales sollicitudin.</p>
	<p>Proin turpis tortor, sagittis sit amet consequat ut, tempor non velit.</p>
	<p>Proin finibus elit libero, vitae scelerisque lacus maximus ac.</p>
	<p>Vivamus ut finibus ligula. Mauris sollicitudin vitae orci eu scelerisque.</p>
	<p>Duis nec placerat mauris, at tincidunt libero.</p>
	<p>Nullam non magna eget mauris porta tempor.</p>
	<p>Proin non sagittis enim.</p>
	<p>Sed pharetra ante ipsum, in porta dolor sagittis non.</p>
	<p>Cras odio quam, pretium consectetur finibus eu, elementum at risus.</p>
	<p>Proin feugiat vitae sem eu imperdiet.</p>
</div>
<cosmoz-bottom-bar active>
	<div slot="info">5 dummy actions</div>
	<paper-button>Action 1</paper-button>
	<paper-button>Action 2</paper-button>
	<paper-button>Action 3</paper-button>
	<paper-button>Action 4</paper-button>
	<paper-button>Action 5</paper-button>
</cosmoz-bottom-bar>

Keywords

FAQs

Last updated on 26 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc