Skip to content

OsamaAlmamri/mdi-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is vue 3 matirial design icons picker

Installation

You can install the package via npm :

npm i mdi-selector

Usage :

import {IconSelector} from 'mdi-selector/dist/ds-library'

in your templete

<IconSelector v-model="icon" height="300px"></IconSelector>

in your style

<style>
    @import url("https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css");
    @import "mdi-selector/dist/ds-library.css";
</style>

desc.gif

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published