@responsive-ui/bottom-modal
A bottom modal component of responsive-ui.
Install
npm install @responsive-ui/bottom-modal
or
yarn add @responsive-ui/bottom-modal
Look and Feel
Properties, Events & Slots
interface BottomBarProps {
class?: string;
style?: string;
}
declare class BottomBar extends SvelteComponentTyped<BottomBarProps> {}
Example
<script>
import BottomBar from '@responsive-ui/bottom-modal';
</script>
<BottomBar>Bottom Bar</BottomBar>
Try it yourself in Svelte Repl
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 ❤