feat: rating component

This commit is contained in:
Jannat Patel
2023-12-20 10:35:12 +05:30
parent fbe219a888
commit eb3afbbad1
10 changed files with 267 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
import { toast } from 'frappe-ui'
export function createToast(options) {
toast({
position: 'bottom-right',
...options,
})
}