ic-framework
v2.0.0
Published
iCHEF CSS Framework
Downloads
261
Readme
iC Framework
Go Beyond, built with ❤️
iCHEF style CSS framework for developing flexible, accessible and responsive web applications.
Get Started
You can include ic-framework CSS file in your project by fetching it from GitHub's CDN:
<link rel="stylesheet" href="//ichef.github.io/iC-framework/dist/css/ic-framework.min.css">
Or you can install with NPM:
$ npm install ic-framework
Build From Source
You also can build our framework from its source on Github:
$ git clone [email protected]:iCHEF/iC-framework.git
cd ic-framework
npm install
npm run build
Build Files
All build files should be in the dist/
directory.
css/ic-framework.css
: A set of ic-framework styles.css/ic-framework.min.css
: Minified version of ic-framework styles that should be used in production.fonts/ic-icon.*
: Icon set for especially for ic-framework. (Copyright iCHEF Co., Ltd.)
Styleguide
Please check our latest docs site. If you built our framework by yourself, you may check the src/styleguide/
directory for all the sources of docs.
Styleguide templates are powered by fabricator.
React
Please check our React components by using ic-framework: iCHEF/iC-framework-react
License
This software is free to use under the terms of the Apache-2.0 license. See the LICENSE file for license text and copyright information.
Copyright 2016 iCHEF Co., Ltd.