-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
124 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Component Process | ||
|
||
We have a process around introducing new components into the library. This process is designed to ensure that the components we add are well-designed, | ||
well-documented, and well-tested. See the link above to understand more about it. | ||
|
||
[Component Process Figjam](https://www.figma.com/board/jRyvM0L4fWa8j1NmE5tZ7y/Component-Process) | ||
[Component Library & Custom Component Process](https://docs.google.com/document/d/1VvnaEzl_IBSMBMmPdGMnkX1FScQWBs5D8QYY2NuS9GI/edit?tab=t.0#heading=h.2z05vt46ooti) |
3 changes: 0 additions & 3 deletions
3
docs/About/Component Process/Candidate Components/Introducing new ones.mdx
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
docs/About/Component Process/Candidate Components/Promoting to a component.mdx
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
docs/About/Component Process/Candidate Components/Using existing ones.mdx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
docs/About/Component Process/Design Templates/Introduction.mdx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,20 +1,12 @@ | ||
# Introduction | ||
# Introduction - mParticle UI Library | ||
|
||
This is where all component related documentation will live at mParticle. This is mainly a work in progress at this point | ||
and we are actively working on it. | ||
Designed for developers, designers, and product managers, this library makes it easy to create intuitive, interactive interfaces for **mParticle applications**. | ||
|
||
## How to read this | ||
## Key Features | ||
|
||
TBD | ||
- **Foundations:** Design elements like colors, typography, spacing, and icons. | ||
- **Components:** Ant Design-based, scalable, and ready to use. | ||
- **Pattern Library:** The system we rely on to build the **mParticle application**. | ||
- **Interactive Examples:** Practical demos to help you get started quickly. | ||
|
||
## Glossary | ||
|
||
| Term | Meaning | | ||
| -------- | ------- | | ||
| Component Candidate | TBD | | ||
| Template | TBD | | ||
| Eames | TBD | | ||
| Aquarium | TBD | | ||
| Antd | TBD | | ||
|
||
--- | ||
Simple, flexible, and reliable—this library helps you focus on building great experiences without worrying about the basics. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as AnchorStories from '../../../../src/components/navigation/Anchor/Anchor.stories' | ||
|
||
<Meta of={AnchorStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Anchor | ||
|
||
This is the documentation for the Anchor component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={AnchorStories.default} /> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as BreadcrumbStories from '../../../../src/components/navigation/Breadcrumb/Breadcrumb.stories' | ||
|
||
<Meta of={BreadcrumbStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Breadcrumb | ||
|
||
This is the documentation for the Breadcrumb component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={BreadcrumbStories.default} /> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as DropdownStories from '../../../../src/components/navigation/Dropdown/Dropdown.stories' | ||
|
||
<Meta of={DropdownStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Dropdown | ||
|
||
This is the documentation for the Dropdown component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={DropdownStories.default} /> |
15 changes: 15 additions & 0 deletions
15
docs/components/Navigation/GlobalNavigation/Documentation.mdx
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as GlobalNavigationStories from '../../../../src/components/navigation/GlobalNavigation/GlobalNavigation.stories' | ||
|
||
<Meta of={GlobalNavigationStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# GlobalNavigation | ||
|
||
This is the documentation for the GlobalNavigation component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={GlobalNavigationStories.default} /> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as MenuStories from '../../../../src/components/navigation/Menu/Menu.stories' | ||
|
||
<Meta of={MenuStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Menu | ||
|
||
This is the documentation for the Menu component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={MenuStories.default} /> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as PaginationStories from '../../../../src/components/navigation/Pagination/Pagination.stories' | ||
|
||
<Meta of={PaginationStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Pagination | ||
|
||
This is the documentation for the Pagination component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={PaginationStories.default} /> |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Meta, Canvas } from '@storybook/blocks' | ||
|
||
import * as StepsStories from '../../../../src/components/navigation/Steps/Steps.stories' | ||
|
||
<Meta of={StepsStories} /> | ||
|
||
{/* Documentation goes here */} | ||
|
||
# Steps | ||
|
||
This is the documentation for the Steps component | ||
|
||
{/* Documentation goes here */} | ||
|
||
<Canvas meta={StepsStories.default} /> |
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