Skip to content

Commit 5cac49e

Browse files
committed
update readme
1 parent f42710b commit 5cac49e

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1-
# Pure CSS Components
2-
Pack of pure css components:
1+
# [Pure CSS Components](http://pgalias.github.io/pure-css-components/)
2+
Pure CSS Components is simple, CSS library containing some components. Pure CSS. No JS! Created by [Paweł Galias](http://galias.com).
33

4-
1. Dropdown menu
5-
2. Accordion
6-
3. Modalbox
7-
4. Tabs
8-
5. Slider
4+
To get started, check out [documentation](http://pgalias.github.io/pure-css-components/)
95

10-
## There are two way to use
11-
1. Simpler
12-
Just simply add components.css file to your document
13-
2. Harder
14-
Use .less files to manipulate styles of components or use only those use need
6+
## Table of content
157

16-
See demo [here](http://codepen.io/pgalias/full/dYKrjb/)
8+
## Quick start
9+
Few quick start options available:
1710

18-
See how it works [here](http://pawgalias.eu/article/Pure-CSS-Components)
11+
1. Clone repo: `git clone https://github.com/pgalias/pure-css-components`
1912

20-
I used LESS mixins library - prefixer.less which you can get it there http://lessprefixer.com/
13+
2. Install with bower `bower install pure.css.components`
14+
15+
3. Install with npm `npm install pure.css.components`
16+
17+
Read [get started](http://pgalias.github.io/pure-css-components/get-started/) page for more informations
18+
19+
## Documentation
20+
Documentation included in this repo in `docs` branch is created with [Yeoman Generator Yeogurt](https://github.com/larsonjj/generator-yeogurt) and hosted on Github Pages at address [http://pgalias.github.io/pure-css-components/](http://pgalias.github.io/pure-css-components/)
21+
22+
## Bugs and requests
23+
Spotted bug or have a feature request? Please first search for opened and closed (issues)[https://github.com/pgalias/pure-css-components/issues]. If you don't find your problem or request then open new issue.
24+
25+
## Changelog
26+
See [changelog](https://github.com/pgalias/pure-css-components/blob/master/CHANGELOG.md)
2127

2228
## License
2329
[MIT License](https://github.com/pgalias/pure-css-components/blob/master/LICENSE.md) - © Paweł Galias

0 commit comments

Comments
 (0)