Coder Social home page Coder Social logo

kgrewee / roobie Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 10.5 MB

A collection of CSS classes to keep you writing business logic in your HTML.

Home Page: https://roobie.net

License: MIT License

CSS 73.51% JavaScript 26.42% Shell 0.07%
css css-animations css-framework css-layout css-themes css-utilites html js js-framework nodejs npm npmjs themes vanillajs web web-app web-development web-framework web-templates

roobie's People

Contributors

kgrewee avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

roobie's Issues

Find new documentation libraries

KSS was a bust for CSS documentation, I didn't like the usability. The 'documentation' npm plugin for js docs had vulnerabilities. Find new plugins for documentation, or write your own ;)

More diverse alignments

Instead of having to do 'jst-center' and 'aln-center' , have a single command called 'center' that applies both. Expand on this capability to make it more efficient to create layouts.

Create landing page

Create an angular landing page at roobie.net and let the docs live at docs/.

Countdown

Add a component that counts down to a given date, seconds, hours, minutes, etc.

Migrate JS to classes

Currently there are just functions. Create classes and document them. Test components in angular using classes and document it.

w3 Examples to Add

Few more animations

@Keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.spin {
animation: spin 60s linear infinite;
}

@Keyframes hover {
0% {
transform: translate(300px, 0)
}
50% {
transform: translate(200px, 0)
}
100% {
transform: translate(300px, 0)
}
}

.hover {
animation: hover 45s linear infinite;
}

Don't bundle root.css

Update the build process to not bundle root.css, so that users can't customize it.

Find solution for icon colors, add docs

When the icons are minified with a fill color you can't change it. Explore ways to style the icons even after they are minified. Try fill="none", seen in bootstrap icons.

Table

Create table component. Add support for alternating row, column styles.

Spacers

Add a new utility called Spacer that will space out all the elements in a container.

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.