- Added Slider component to the UI library - Added Checkbox component to the UI library - Added Textarea component to the UI library
		
			
				
	
	
		
			11 lines
		
	
	
		
			221 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			221 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <script setup lang="ts">
 | |
| import CommandPalette from './src/modules/command-palette/components/command-palette.vue';
 | |
| </script>
 | |
| 
 | |
| <template>
 | |
|   <NuxtLayout>
 | |
|     <CommandPalette />
 | |
|     <NuxtPage />
 | |
|   </NuxtLayout>
 | |
| </template>
 |