UNPKG
buttron
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.2-b
0.0.2-a
0.0.1
A whole new way to button
github.com/artisin/buttron
artisin/buttron
buttron
/
__tests__
/
cases
/
basic
/
buttron.styl
18 lines
(14 loc)
•
169 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.aButton
buttron
({
style
:
true
});
#aButton
buttron
({
style
:
true
});
buttron
(
'.aButton'
, {
style
:
true
});
buttron
(
'#aButton'
, {
style
:
true
});