Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for LUCIDE ICONS WITH ASP .NET CORE
Jenry Mazariegos
Jenry Mazariegos

Posted on

LUCIDE ICONS WITH ASP .NET CORE

Today, i going to show you how to implement LUCIDE with ASP .NET CORE, we going suppose the project its already created.

1-Create package.json

In case you still no have package.json first you must create the file with the next command
npm init -y

2-Open Terminal Inside Visual Studio

Go to View in the top and click on Terminal or Ctrl+`

Image description

will appear this windows in the right bottom

Image description

3-InstallLucide

In the terminale write the next command
npm install lucide
then press enter.

After install, you can see in your package.json the next json.

Image description

4-Usage

Now we're going to use the icons, let's see an example.

<i data-lucide="save"></i>
Its simple right?

Ok now let see in a input button with style

<div>
**<i data-lucide="save"></i>**
<input
type="submit"
value="Guardar"

/>
</div>

Image description

as you can see its very simple to use, you can customize the color, size, etc.

<i data-lucide="save"></i>

Image description

<i data-lucide="save"></i>

Image description

We have reached the end of this post, I invite you to try this simple method, in which it will give a better appearance to your web application.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Web and mobile developer, always in search of knowledge
  • Education
    Guatemala
  • Work
    Developer
  • Joined

More fromJenry Mazariegos

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp