Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feather
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
feather
Commits
ba1b12a7
Commit
ba1b12a7
authored
6 years ago
by
Cole Bemis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/feathericons/feather
parents
5045ec3b
fcf9aec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
ba1b12a7
...
@@ -50,7 +50,7 @@ Or copy and paste the following code snippet into a blank `html` file.
...
@@ -50,7 +50,7 @@ Or copy and paste the following code snippet into a blank `html` file.
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<html lang="en">
<title></title>
<title></title>
<script src="https://unpkg.com/feather-icons
/dist/feather.min.js
"></script>
<script src="https://unpkg.com/feather-icons"></script>
<body>
<body>
<!-- example icon -->
<!-- example icon -->
...
@@ -95,8 +95,8 @@ Or load the script from a CDN provider.
...
@@ -95,8 +95,8 @@ Or load the script from a CDN provider.
```html
```html
<!-- choose one -->
<!-- choose one -->
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
```
```
After including the script, `
feather
` will be available as a global variable.
After including the script, `
feather
` will be available as a global variable.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment