0.1.0 • Published 3 years ago

elc-ui-library v0.1.0

Weekly downloads
11
License
-
Repository
-
Last release
3 years ago

ELC-UI-LIBRARY

Development

Running the app

  1. Install the dependencies

    npm install
  2. Run the App

    npm start
  3. If you get the Error - $variable not defined

    • Open src/styles/style.scss
    • Uncomment the import statement for theme.scss
    • If it is not imported already, add the follow:

      // Import theme in development only - Comment before building
      @import './themes/theme';
      // Import theme in development only - Comment before building
  4. Inside src/styles/themes/\_theme.scss make sure to import the theme you want to apply

    // Strictly for development only
    // Imported in styles.scss
    // Comment the import statement before building.
    
    // Choose the theme to apply.
    @import './dark-theme/all';

Building - Production

  1. Make sure you comment the import statement for theme in src/styles/style.scss

    // Import theme in development only - Comment before building
    // @import './themes/theme';
    // Import theme in development only - Comment before building
  2. Follow the necessary steps for building.

0.1.0

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago