Skip to content

Commit 44a31ee

Browse files
author
Emmy Armintrout
committed
The people need the compiled css.
1 parent 8429be2 commit 44a31ee

File tree

3 files changed

+384
-3
lines changed

3 files changed

+384
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ node_modules
22
npm-debug.log
33
.DS_Store
44
dist
5-
styles/*.css
65
styles/*.css.map
76
styles/.sass-cache

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Fancy Form
2+
# Fancy Fields
33

44
#### Fancy React.js form components for all your fancy needs
55

@@ -23,7 +23,9 @@ You need **fancy-styles.scss**, which requires **mixins.scss** and **fancy-varia
2323

2424
#####The bizness
2525

26-
Fancy field and the fancy buttons assume that a parent component is tracking the form state (or passing it to the stores, or wherever else - I don't know, you're fancy).
26+
Dependencies are react, underscore, and classnames.
27+
28+
Fancy field and the fancy buttons assume that a parent component is tracking the form state (or passing it to the stores, or wherever else - I don't know, you're fancy).
2729

2830
Simply pass a function as an updateChange prop. When updated, the fancy item will pass an object with its value, property, and hasChanged.
2931

0 commit comments

Comments
 (0)