GithubHelp home page GithubHelp logo

custom-uikit's Introduction

custom-uikit

UIKit customizable theme.

Special thanks to my friend Barış.

This repo cloned from Barış's custom uikit theme repo

uikit banner

UIkit Custom Theme

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

How to create a custom theme with UIkit is https://getuikit.com/docs/lesshere.

I gathered all less variables and hooks in UIkit.


Getting started

You have the following options to get UIkit:

  • Install with npm to get all source files as they are available on Github: npm install uikit or
  • Install with yarn to get all source files as they are available on Github: yarn add uikit
  • Clone this repo under the uikit folder git clone https://github.com/erkanaltinors/custom-uikit.git
  • Extract custom folder under the uikit folder
  • Delete custom-uikit folder
  • Change watch line package.json "watch": "watch-run -i -p \\"**/*.less\\" yarn node build/less",
  • Now you can follow steps at Compile section

Examples Filex

custom/

    <!-- entry file for Less compiler -->
    my-theme.less

    <!-- folder with single Less files -->
    my-theme/

        <!-- imports all components in this folder -->
        _import.less

        <!-- one file per customized component -->
        accordion.less
        alert.less
        ...

    <!-- custom icons -->
    icons/
        ...

Compile

To compile UIkit and your custom theme into CSS, run the yarn task compile

Run once to install all dependencies yarn install

Compile all source files including your theme yarn compile

Watch files and compile automatically everytime a file changes yarn watch


Browser Support

Chrome Firefox Edge IE Safari Opera
Latest ✔ Latest ✔ Latest ✔ 11+ ✔ 9.1+ ✔ Latest ✔

Tested With
BrowserStack

Copyright and License

Copyright YOOtheme GmbH under the MIT license.

custom-uikit's People

Contributors

erkanaltinors avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.