-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added doc structure and example * replace xgrid with grid as not published yet * WIP working on columns mdx * add columns doc and demos * fix column demo doc * fix ts code markdown * add autoheight, rename components Grid to XGrid, add classname prop, css fixes * fix grid-root classname, fix import React * v0.1.43 * Update packages/storybook/src/docs/columns.stories.mdx Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> * Update packages/storybook/src/docs/columns.stories.mdx Rewording Co-authored-by: Matt <github@nospam.33m.co> * Rewording doc Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/columns.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/quick-start.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/quick-start.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/sorting.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/columns.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/quick-start.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Update packages/storybook/src/docs/quick-start.stories.mdx Co-authored-by: Matt <github@nospam.33m.co> * Rewording: Apply suggestions from code review Co-authored-by: Matt <github@nospam.33m.co> * Added 3rd level titles * revert react import change * testing grid with codesandbox * v0.1.44 * revert react import change * remove terser * v0.1.45 * refactor rowcells to avoid nested react * v0.1.46 * better refactor of rowcells to fix codesandbox * upgrade dependencies * v0.1.47 * add tslib devdep * v0.1.48 * upgrade dependencies * v0.1.49 * move tslib in dependencies :( * v0.1.50 * split and simplify demos * yarn and prettier Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> Co-authored-by: Matt <github@nospam.33m.co>
- Loading branch information
1 parent
59d5336
commit 071759e
Showing
119 changed files
with
2,468 additions
and
1,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
packages/demo-app/src/app/demos/grid/components/settings-panel.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import React from 'react'; | ||
import * as React from 'react'; | ||
|
||
export const DummyContent = () => ( | ||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import React from 'react'; | ||
import * as React from 'react'; | ||
|
||
const isDev = process.env.NODE_ENV !== 'production'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.