coreui-free-vue-admin-template icon indicating copy to clipboard operation
coreui-free-vue-admin-template copied to clipboard

Open source admin template based on Bootstrap 5 and Vue 3

Results 8 coreui-free-vue-admin-template issues
Sort by recently updated
recently updated
newest added

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 : ![Before](https://user-images.githubusercontent.com/10775073/184621650-f73532f1-36f8-4535-9457-24ce0eda3c03.jpg) After : ![after](https://user-images.githubusercontent.com/10775073/184621686-8b0a4e24-02de-45f5-884b-d5a1c686865c.jpg) After (Desktop) : ![afterDesktop](https://user-images.githubusercontent.com/10775073/184622474-f82e6def-c8bc-4da8-8814-b7d15c9fe1b2.jpg)

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 {...

no-issue-activity

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...