Example of importing selected components
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you so much! That did it!
Hey @ptmkenny,
I’ve pushed up 0.10.4 which should resolve this. Please let me know you get on.