0.2.1 • Published 9 months ago

unscrollable v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Unscrollable

React:

import Unscrollable from 'unscrollable'

const App = () => (
  <Unscrollable>
    Scrolling is limited to take effect within the component
  </Unscrollable>
)

Vue:

<script setup lang="ts">
import Unscrollable from 'unscrollable/vue'
</script>

<template>
  <Unscrollable>
    Scrolling is limited to take effect within the component
  </Unscrollable>
</template>
0.2.1

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago