horizon-themes
TypeScript icon, indicating that this package has built-in type declarations

25.0.0 • Public • Published

Horizon Themes

Directory Structure

 - pre-defined-resources   // to define all the pre-defined colors to use in the application by developer. Designer should only add colors to be used globally in the application NOT with the `theme`.
    |_ colors
    |_ index.js
 - clients // to specify clients and define all the themes for specific clients.
   |_ default // do not delete this folder because it will be used to define the default theme which will be used by developer to develop when no theme is specified to developer that which theme to use.
        |_ theme.js // to define the theme itself.
        |_ index.js // to export the theme.

NOTE: Designer must always need to specify the colors, typographies, fonts and breakpoints which will be strictly used by developers.

Steps to publish the theme:

  • npm version major
  • npm run build
  • npm run publish

Readme

Keywords

none

Package Sidebar

Install

npm i horizon-themes

Weekly Downloads

107

Version

25.0.0

License

none

Unpacked Size

1.01 MB

Total Files

52

Last publish

Collaborators

  • yashjoyride