Giter Club home page Giter Club logo

dashboard-ui-kit's People

Contributors

ahmdyassr avatar

Stargazers

 avatar

Watchers

 avatar

dashboard-ui-kit's Issues

Add text component

Add a separate component for typography styles for better management and reducing specificity:

EXAMPLE: instead of using u-text-mute to c-text--mute

and similar circumstances.

Improve table component

Table component needs a lot of improvements:

  • zebra (stipes) styles for tables
  • highlight table row on hover
  • fix responsiveness-related issues

Move pricing to its own page

Pricing is used only in c-modal component, move it to its own page so that users know that it can be used independently.

You can move it to ui-overview page or its own pricing.html page

Add icon component

A separate component for icons with these options enables:

  • different background color (solid and gradient)
  • rounded (4px radius) and circular
  • different sizes

u-justify-end flex utility isn't working

It's actually caused by a typo error in scss/utilities/_utilities.flex.scss:

.u-justify-start {
justify-content: start !important;
}
.u-justify-end {
justify-content: end !important;
}

and it should look like this:

.u-justify-start {
justify-content: flex-start !important;
}
.u-justify-end {
justify-content: flex-end !important;
}

Improve the build process - GulpJS

There is a lot of problems regarding the build process:

  • Slow minification and live reloading
  • No source maps for js code
  • Every time I build dist folder should be cleaned and created again.

Anyway, you should read more about this specific topic and find the best way to use gulp for a front-end project (architecture, folder structure, browser sync).

Update to v1.1

Update source code to v1.1

  • Update Sidebar with new pages
  • Update UI Overview with new components
  • Update Calendar with November dates

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.