1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

renaming directories. Table >> Simple Table and Table New >> Data Table

This commit is contained in:
Alex Windett 2017-01-20 13:50:07 +00:00
parent d80933c9dc
commit 18b724390a
16 changed files with 5 additions and 5 deletions

View File

@ -41,8 +41,8 @@ const data = [{
key: 2 key: 2
}]; }];
storiesOf('Table New', module) storiesOf('Table - Data Table', module)
.add('Table New', () => ( .add('Default', () => (
<Base> <Base>
<Table <Table
columns={columns} columns={columns}

View File

@ -22,4 +22,4 @@ Row.propTypes = {
dataItem: React.PropTypes.object dataItem: React.PropTypes.object
}; };
module.export = Row; module.exports = Row;

View File

@ -15,8 +15,8 @@ const {
TableRow TableRow
} = _table; } = _table;
storiesOf('Table', module) storiesOf('Table - Simple', module)
.add('Table', () => ( .add('Default', () => (
<Base> <Base>
<Table> <Table>
<TableHead> <TableHead>