Giter VIP home page Giter VIP logo

topcoat's Introduction

Topcoat

Join the chat at https://gitter.im/topcoat/Topcoat

CSS for clean and fast web apps


Usage

  • Download Topcoat

  • Open demo/index.html to view the usage guides.

  • Copy your desired theme CSS from the css/ folder into your project

  • Copy the img/ and font/ folders into your project ( Feel free to only copy the images and font weights you intend to use )

  • Link the CSS into your page

<link rel="stylesheet" type="text/css" href="css/topcoat-mobile-light.min.css">

*Alternatively incorporate the css into your build process if you are so inclined.


Contributing

Start by checking out our Backlog. (Pls file issues against this repo.)

For the details see our Engineering Practices.

Testing

For performance tests, see dev/test/perf/telemetry/.

Building

Topcoat uses Grunt to build

  • Open the terminal from the topcoat directory

      cd topcoat
    
  • Install npm *comes packaged with node.

  • Install its command line interface (CLI) globally

      npm install -g grunt-cli
    
  • Install dependencies with npm

      npm install
    

*Topcoat uses Grunt 0.4.0. You might want to read more on their website if you haven't upgraded since a lot has changed.

  • Type grunt in the command line to build the css.
  • The results will be built into the release folder.
  • Alternatively type grunt watch to have the build run automatically when you make changes to source files.

Browser support

  • Chrome (latest 2)
  • Edge (latest 2)
  • Firefox (latest 2)
  • Internet Explorer 8+
  • Opera (latest 2)
  • Safari (latest 2)

Release notes

See Release Notes.


License

Apache license

topcoat's People

Contributors

allthingssmitty avatar blob42 avatar brianleroux avatar cataling avatar coliff avatar fyrd avatar g1sh avatar garthdb avatar gitter-badger avatar jefflembeck avatar jiyoungchang avatar jrowny avatar kristoferjoseph avatar larz0 avatar lholmquist avatar majornista avatar nimbupani avatar nnnnic avatar paulirish avatar piatra avatar revolunet avatar ynliu avatar yourpalsonja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

topcoat's Issues

Finish the initial set of mobile CSS components

Deliverables:

  • A PSD with the full list of components we agreed on last year.
  • The CSS for said component list.
  • 4-5 screens of the components working in a sample app, with cross platform recommendations.

Refactor css to use Stylus pre-precessor

Refactor to Stylus

After researching all preprocessors and their benefits. Deciding to settle on Stylus because of it's support and syntax.

  • CSS components need to be refactored into their own files using Stylus syntax
  • Add a stylus grunt task

Determine if this is important : W3C Web Content Accessibility Guidelines (WCAG) 2.0

W3C Web content accessibility guidelines become ISO/IEC International Standard - ISO media release

As the Web becomes an increasingly important tool for fulfilling everyday tasks, a new ISO/IEC standard will increase accessibility for people with disabilities. The new ISO/IEC 40500:2012, Information technology - http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=58625, will also make the Web more usable for all.

Originally developed by the World Wide Web Consortium (W3C), the guidelines included in the standard address the challenges that people with disabilities may face โ€“ including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, limited movement, speech disabilities and photosensitivity.

READ MORE

If you use this media release as the basis for an article on your Web site you are welcome to include a link to the ISO Web site www.iso.org

You have received this e-mail alert because you are an opt-in subscriber to PR Newswire MEDIAtlas and because your database profile suggests you might be interested in the topic of this ISO media release. If you do not wish to receive further ISO e-mail alerts, please reply UNSUBSCRIBE to this link.

Related information

JTC 1 - Information technology

select boxes on slate gray.

latest chrome/firefox on Windows, on slate gray background, the drop down options appear as light gray on white which doesn't look so good. I didn't run grunt yet, just from the release folder so I apologize if this is fixed already.

Server-side storage for performance tests results

We need to be able to store performance test results data somewhere on a server.

For a results set we should store:

  • some sort of test identifier
  • the version of TopCoat on which the test was run
  • the date/time the test was run on (would be useful to plot results of tests ran on nighty builds, for example)
  • the platform the test was run on (as best as we can identify it). The platform is a combination of hardware device information, OS, browser version - e.g. "UIWebView on iPhone 5 running iOS 6" is a platform.
  • the values of the result

Later on we should be able to implement various visualizations for this data - keep this in mind when implementing this storage system.

Fix overqualified css selectors

Running recess linter on our generated css shows many overqualified css selectors. We should refactor to simplify these if possible.

Make gh-pages follow master

Merging master into gh-pages could be automatic, since we're agreeing to develop on feature branches and merge into master only when stable.

TopCoat as a Bootstrap Theme.

Twitter Bootstrap is already the most popular project on GitHub.

How about customizing variables.less (and a few other files) to make TopCoat as compatible as possible to Bootstrap. Something like what Bootswatch has done.

Once many UI Gurus are onboard, it can be offshooted as a separate project.

We have to remember that Bootstrap is really really popular amongst designers and the fact that its cross browser.

Maybe I'm missing something here. I'd love to hear the strategy from the good people @adobe on how people are going to migrate from bootstrap to topcoat.

Great work on the docs!

Topcoat buttons seem slow on iPhone 4

Test http://jsfiddle.net/fAUgn/embedded/result/
My suggestion is to copy the html locally and test it from there to eliminate any network issues.
I noticed this on an iPhone 4 w/ ios 5
It takes somewhere around 4s for the text to load on the page
This does not happen on an Android 2.2 device (so it might be due to a newer css property supported just by the iphone).

Can anyone else confirm this ?

Split up LESS file.

There is one huge, big monolithic LESS file!

I am hoping it would be split up into various components (Buttons.less, Spinner.less etc.) and generics (variables.less, mixins.less)

Something like bootstrap?

Glitch in example of small button

On http://adobe.github.com/topcoat/, the first button under "Call to Action Button" (the one labelled just "Button") has a visual glitch--it seems to have a small white stripe along the right edge of the fill, whereas none of the other buttons do. I'm looking at this on Mac Chrome 23.0.1271.95.

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.