You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont know anything about semantic, but based on the bunch of files that semantic create when is installed in order to be customize, I assume that installing this module was something like
add the file semantic/src/definitions/modules/calendar.js
require('semantic-ui-calendar/dist/calendar')
add the file semantic/src/definitions/modules/calendar.less
@import "~semantic-ui-calendar/src";
add to the file semantic/src/semantic.less
& { @import "definitions/modules/calendar"; }
on the /semantic.json file add the component "calendar"
the last was cd semantic && gulp which build the thing
but I've naived and this is not how this works. could you please add instructions, how to install and allow customized together semantic-ui?
I dont know anything about semantic, but based on the bunch of files that semantic create when is installed in order to be customize, I assume that installing this module was something like
semantic/src/definitions/modules/calendar.js
semantic/src/definitions/modules/calendar.less
semantic/src/semantic.less
cd semantic && gulp
which build the thingbut I've naived and this is not how this works. could you please add instructions, how to install and allow customized together semantic-ui?
Example semantic tree
The text was updated successfully, but these errors were encountered: