Skip to content

Commit

Permalink
组件完善
Browse files Browse the repository at this point in the history
  • Loading branch information
ahua52 committed Jan 9, 2017
1 parent 477853f commit 93510bf
Show file tree
Hide file tree
Showing 8 changed files with 5,762 additions and 1,363 deletions.
663 changes: 663 additions & 0 deletions build/FormGroup.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/index-demo-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import FormControl from 'bee-form-control';
import FormGroup from '../src';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


{demolist}
Expand Down
4 changes: 2 additions & 2 deletions demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import FormControl from 'bee-form-control';
import FormGroup from '../src';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


/**
Expand Down
Loading

0 comments on commit 93510bf

Please sign in to comment.