mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
renaming directories. Table >> Simple Table and Table New >> Data Table
This commit is contained in:
parent
d80933c9dc
commit
18b724390a
@ -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}
|
@ -22,4 +22,4 @@ Row.propTypes = {
|
|||||||
dataItem: React.PropTypes.object
|
dataItem: React.PropTypes.object
|
||||||
};
|
};
|
||||||
|
|
||||||
module.export = Row;
|
module.exports = Row;
|
@ -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>
|
Loading…
Reference in New Issue
Block a user