Semantic-UI-Calendar icon indicating copy to clipboard operation
Semantic-UI-Calendar copied to clipboard

added a main file for easier module importing

Open KhaledElAnsari opened this issue 7 years ago • 5 comments

This will make it easier to import the module in project

so instead of

require("semantic-ui-calendar/dist/calendar.js");

it will be

require("semantic-ui-calendar");

though importing CSS will be the same, devs need to write the full relative path

@import "semantic-ui-calendar/dist/calendar.css";

KhaledElAnsari avatar Jun 04 '17 22:06 KhaledElAnsari

And I updated the npm version in the package.json so it's ready for publishing

KhaledElAnsari avatar Jun 04 '17 22:06 KhaledElAnsari

Simple but good PR, I think.

jung-hunsoo avatar Oct 14 '17 03:10 jung-hunsoo

I hope it get merged to help others

KhaledElAnsari avatar Oct 14 '17 11:10 KhaledElAnsari

Any chance this could be merged and published ? This is a quick win

tchapi avatar Jun 28 '18 15:06 tchapi

@mdehoog can you please merge it and publish it?

KhaledElAnsari avatar Jun 28 '18 21:06 KhaledElAnsari