question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Example of importing selected components

See original GitHub issue

Hi, thanks for developing this. This is a newbie question, but I am trying to create a bulma.js that includes just the dropdown, file, and navbar components.

I read the [https://bulmajs.tomerbe.co.uk/docs/0.10/1-getting-started/2-installation/](documentation here).

I downloaded the project locally, ran npm install, and then edited src/bulma.js as follows:


/* eslint no-unused-vars: 0 */

import Bulma from './core';
// import { Notification } from './plugins/notification';
import { Navbar } from './plugins/navbar';
// import { Message } from './plugins/message';
import { Dropdown } from './plugins/dropdown';
// import { Modal } from './plugins/modal';
// import { Alert } from './plugins/alert';
import { File } from './plugins/file';
// import { Tabs } from './plugins/tabs';

export default Bulma

Now I want to generate a new version of bulma.js in dist, but I don’t know what command to use.

I would appreciate any help you can provide.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ptmkennycommented, May 10, 2020

Thank you so much! That did it!

0reactions
VizuaaLOGcommented, May 10, 2020

Hey @ptmkenny,

I’ve pushed up 0.10.4 which should resolve this. Please let me know you get on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing and Exporting Components - React Docs
Importing and Exporting Components · The root component file · Exporting and importing a component · Exporting and importing multiple components from the...
Read more >
Importing previously exported objects - IBM
To import selected components from the file into the repository, select Import selected and click OK. The Import Selected dialog box appears. Select...
Read more >
Importing sequences, clips, and compositions into Premiere Pro
In the Import Premiere Pro Sequence dialog box, select each sequence you want to import, and click OK. Import a Premiere Elements project...
Read more >
Import components from a CSV file | Compass
CSV file import is a quick way to add many components in bulk to Compass. CSV files contain delimited text that represents tabulated...
Read more >
Import - Carbon Design System
This pattern uses Carbon's File uploader (drag & drop) component. Choose a file (modal) ... Example of drag and drop file import in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found