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

Blog Component design #334

Open
1 task done
Souvikns opened this issue Oct 23, 2022 · 0 comments
Open
1 task done

Blog Component design #334

Souvikns opened this issue Oct 23, 2022 · 0 comments
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Comments

@Souvikns
Copy link
Member

Detailed description

In the last PR #332, I added support blogs to our website. I used MDX and now we need to style the markdown components to look good with our theme.

Context

Screenshot 2022-10-23 at 6 41 44 PM

I have designed some, but most are still not designed.

Possible implementation

To design the MDX components we just have to update or create new markdown components -

const getMDXComponents = () => {
return {
h1: (props) => (
<h1
{...props}
className={`${
props.className || ""
} my-4 font-heading antialiased font-semibold tracking-heading text-2xl ${textStyle}`}
/>
),
h2: (props) => (

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Souvikns Souvikns added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

No branches or pull requests

1 participant