JSPM

  • Created
  • Published
  • Downloads 355
  • Score
    100M100P100Q89905F
  • License MIT

A bottom modal component of responsive-ui.

Package Exports

  • @responsive-ui/bottom-modal
  • @responsive-ui/bottom-modal/src/BottomModal.svelte

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@responsive-ui/bottom-modal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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