Giter VIP home page Giter VIP logo

Comments (5)

Wikiki avatar Wikiki commented on July 17, 2024 2

Hi @eraldinho ,

any news ?

from bulma-extensions.

Wikiki avatar Wikiki commented on July 17, 2024

Hi,

For the JS error did you include datepicker.js script to your html ?
If so, then just instantiate the datepicker with the code below after the inclusion:

var datePicker = new DatePicker( document.getElementById( 'datepickerDemo' ), {} );

For your sass error: did you install bulma too and import it before importing the extension ?
It seems the extension does not find bulma's variables.

from bulma-extensions.

Wikiki avatar Wikiki commented on July 17, 2024

Hi @eraldinho,

do you still having issue ?

from bulma-extensions.

eraldinho avatar eraldinho commented on July 17, 2024

Hi Wikiki,

I'm sorry, I did not have time to work on my project since my ask for help. But This project is for a professional purpose so I must fulfill it. Be sure I will keep you informed when I will try your solution (certainly in a week or 2). Thanks for your help

from bulma-extensions.

diegozr1 avatar diegozr1 commented on July 17, 2024

If anyone else is looking to include bulma-extensions in firestarter I made it by doing this:

  • Install the bulma-extension or just the package you want:

npm install bulma-extensions

  • Include the .min.css file after the bulma import in scss main file styles.scss:
@import 'bulma/css/bulma.css';
@import 'bulma-extensions/bulma-pageloader/dist/css/bulma-tagsinput.min.css';
  • When the package needs javascript include the cdnjs script tag in index.html:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bulma-tagsinput.min.js"></script>

declare it in your component class:

declare var bulmaTagsinput: any;

and then call it on ngOnInit() method:

bulmaTagsinput.attach();

from bulma-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.