Skip to content

Commit 013957e

Browse files
committed
readme
1 parent 75cb591 commit 013957e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Pure CSS Components
2-
Pack of 5 components which are build using only CSS without JS.
3-
See demo here http://codepen.io/pgalias/pen/dYKrjb
4-
I used LESS mixins library - prefixer.less which you can get it there http://lessprefixer.com/
2+
Pack of pure css components:
3+
1 -- Dropdown menu
4+
2 -- Accordion
5+
3 -- Modalbox
6+
4 -- Tabs
7+
5 -- Slider
8+
9+
## There are two way to use
10+
1. Simpler
11+
Just simply add components.css file to your document
12+
2. Harder
13+
Use .less files to manipulate styles of components or use only those use need
14+
15+
See demo here: http://codepen.io/pgalias/full/dYKrjb/
16+
See how it works here: http://pawgalias/article/Pure-CSS-Components
17+
18+
I used LESS mixins library - prefixer.less which you can get it there http://lessprefixer.com/

0 commit comments

Comments
 (0)