coreui-free-vue-admin-template
coreui-free-vue-admin-template copied to clipboard
Open source admin template based on Bootstrap 5 and Vue 3
hello folks, I'm trying to add a signout button in the CSideBar as a CNavItem . I want that button to trigger a modal asking if you want to sign...
Shows better in mobile if remove `style="width: 44%"` (Desktop dimensions Considered) Please see here Before :  After :  After (Desktop) : 
Here is my form component and I'm applying custom validation to validate valid phone number format `` here is script ``` export default { name: 'Customer', data() { return {...
The issue not resolved yet. _Originally posted by @rofequl in https://github.com/coreui/coreui-free-vue-admin-template/issues/272#issuecomment-2094867788_
Hi, if you define a component like this: ``` import { ref } from 'vue' const valid = ref(false) ``` You'll see that the icon won't change when you click...
i try to convert project to typescript but notworking
I have installed the latest version. When I run the `npm run dev` command, it gives many Deprecation Warning related to Sass. ```powershell Deprecation Warning on line 3, column 9...
- Operating system and version (Windows, macOS, Android, iOS) Windows 11 - Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser) Chrome, Brave, Edge - A [reduced test...