badal
badal
### Steps to reproduce ``` Share.shareSingle({ title: 'TITLE', message: 'MESSAGE', url: 'https://google.com', social: Share.Social.Linkedin, type: 'url', }) .then((res) => { console.log(res); }) .catch((err) => { err && console.log(err); }); ```...
## Description Calendar theme stylesheet customization isn't working as expected. The `theme` props accepts the `stylesheet` object of the following structure as derived from its types ```ts stylesheet?: { calendar?:...
## Describe the feature Currently the `styled` API accepts literal tagged template literals which accepts CSS naming scheme for styles. I think we could also extend the API to accept...

# Bug - For a BottomSheetModal with dynamic content height, the backdrop flashes when the content height is being changed. - The change in content height could be done in...
Currently the normal onClick handler gets triggered when clicking on jump button. How do you navigate to the first or last page directly with these jump buttons?
```vue import { Dropdown } from 'floating-vue'; import 'floating-vue/dist/style.css'; ``` For this component using in two different pages. For first page, the resize-observer class has the id generated on it....