cornford / tv-network-icon-css
CSS icons for tv networks
Installs: 625
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 6
Language:HTML
Type:component
- dev-master
- v2.30.0
- v2.29.0
- v2.28.0
- v2.27.0
- v2.26.0
- v2.25.0
- v2.24.0
- v2.23.1
- v2.23.0
- v2.22.0
- v2.21.0
- v2.20.0
- v2.19.0
- v2.18.0
- v2.17.0
- v2.16.0
- v2.15.0
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v1.0.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
This package is auto-updated.
Last update: 2024-11-07 08:55:30 UTC
README
CSS for TV networks. See the demo.
Usage
For using the TV network inline with text add the classes tv-network-icon
and
tv-network-icon-xx
(where xx
is the code for the network, i.e. amc) to an empty <span>
.
If you want to have a smaller version of the network icon tv-network-icon-sm
. Example:
<span class="tv-network-icon tv-network-icon-amc"></span>
<span class="tv-network-icon tv-network-icon-sm tv-network-icon-amc"></span>
<span class="tv-network-icon tv-network-icon-md tv-network-icon-amc"></span>
Development
Run the npm install
to install the dependencies after cloning the project and
you'll be able to:
To watch for changes and live reload if served
$ grunt
To build *.less
files
$ grunt build
To serve it on localhost:8000
$ grunt connect