Questions tagged [iconic]

Iconic is a svg icon font with bootstrap / foundation integration.

From Iconic's getting started guide:

At the most basic level, Iconic icons are SVG files that you can use by simply adding them to your HTML with img tags.

It features responsive design, and icons that can be styled on a detail level.

26 questions
12
votes
1 answer

Is there a way to save offline google map on hybrid mobile app on ionic?

I am planning to develop a hybrid mobile app using ionic. One of the features i need is offline google map. Is there a way how to do it?
Arelancelot
  • 491
  • 3
  • 14
10
votes
2 answers
10
votes
5 answers

ionic - Adding a button inside a input field

I'm trying to add a button inside an but wherever I add it inside the the button does not show on the screen. What I'm trying to do is to show a button "Forgot" on top of the password field aligned to the right. Refer…
user3607282
  • 2,465
  • 5
  • 31
  • 61
6
votes
3 answers

Set WTForms submit button to icon

I want a submit button that displays an icon rather than text. The button is a field in a WTForms form. I am using Bootstrap and Open Iconic for styling and icons. How do I set the submit field to display an icon? class MyForm(Form): submit =…
taylormade201
  • 696
  • 2
  • 9
  • 25
5
votes
2 answers

Unable to resize Bootstrap open-iconic

I installed the open iconic plugin and I want to force the size of the icon In the original library there is a property to change the size, but it doesn't seem to work on the version for Bootstrap. Is there any other way then change the font…
John
  • 1,697
  • 4
  • 27
  • 53
4
votes
2 answers

Accessing the 'id' value from the side menu example from the Iconic framework using AngularJS and

With the Iconic Framework side menu example how do I access the 'id' and 'Title' value from the controller? .controller('PlaylistsCtrl', function($scope) {$scope.playlists = [ { title: 'Traffic', id: 1 }, { title: 'Litter', id: 2 }, { title:…
2
votes
1 answer

Icomoon, open-iconic SVG icons not displaying in the blazor page

I'm trying to use Icomoon in my blazor project. I've already downloaded the icons. HTML
2
votes
2 answers

Sass relative modules not found?

When including a Sass file (in node_modules) in my Vue component