Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@responsive-ui/bottom-modal

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/bottom-modal

A bottom modal component of responsive-ui.

  • 0.10.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by40%
Maintainers
1
Weekly downloads
 
Created
Source

@responsive-ui/bottom-modal

A bottom modal component of responsive-ui.

Svelte v3 npm Bundle Size download LICENCE

Install

npm install @responsive-ui/bottom-modal

or

yarn add @responsive-ui/bottom-modal

Look and Feel

@responsive-ui/bottom-modal

Properties, Events & Slots

interface BottomBarProps {
  class?: string;
  style?: string;
}

declare class BottomBar extends SvelteComponentTyped<BottomBarProps> {}

Example

<script>
  import BottomModal from '@responsive-ui/bottom-modal';
</script>

<BottomModal closable={true}>Bottom Modal</BottomModal>

Try it yourself in Svelte Repl

Sponsors

WeTix

License

@responsive-ui/bottom-modal is 100% free and open-source, under the MIT license.

Big Thanks To

Thanks to these awesome companies for their support of Open Source developers ❤

GitHub NPM

Keywords

FAQs

Package last updated on 31 Jan 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc