Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(component): add Quote component #82

Merged
merged 2 commits into from
Aug 7, 2022

Conversation

niloysikdar
Copy link
Member

This Pull Request covers:

  • New component Quote
  • Stories for newly added component
  • Props for the component
export interface BaseStyleProp<T extends string> {
  classes?: Partial<Record<T, CSSProperties>>;
  className?: string;
}

type QuoteStyles = 'root';

export interface QuoteProps extends BaseStyleProp<QuoteStyles> {
  children?: ReactNode;
}

Resolves #76

Signed-off-by: Niloy Sikdar niloysikdar30@gmail.com

Add new component Quote

Resolves #76

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@niloysikdar niloysikdar added the GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 label Aug 7, 2022
Add new stories for Quote component

Resolves #76

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
@agentmilindu agentmilindu merged commit 5a1a269 into main Aug 7, 2022
@agentmilindu agentmilindu deleted the feat/76-add-component-quote branch August 7, 2022 05:31
github-actions bot pushed a commit that referenced this pull request Aug 7, 2022
# [1.9.0](v1.8.0...v1.9.0) (2022-08-07)

### Features

* **component:** add Quote component ([#82](#82)) ([5a1a269](5a1a269)), closes [#76](#76) [#76](#76)
@github-actions
Copy link

github-actions bot commented Aug 7, 2022

🎉 This PR is included in version 1.9.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add component: Quote
2 participants