6.2.0 • Published 1 month ago

@gravity-ui/blog-constructor v6.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@gravity-ui/blog-constructor · npm package CI CI storybook

Install

npm install @gravity-ui/blog-constructor

Blog-constructor

Blog-constructor is a library based on the Page-constructor library for creating blog format web pages. Blog-constructor uses the custom prop from page-constructor to add the components needed for the blog.

Documentation - storybook

Getting started

The blog-constructor has both client components and server components for import. The blog pages is imported as a React component. To make sure it runs properly, wrap it in BlogConstructorProvider:

import {BlogPage, BlogConstructorProvider} from '@gravity-ui/blog-constructor';

// Main blog page
<BlogConstructorProvider {...providerProps}>
    <BlogPage
        content={content}
        posts={posts}
        tags={tags}
        getPosts={handleGetPosts}
        settings={settings}
    />
</BlogConstructorProvider>

---

import {BlogPostPage, BlogConstructorProvider} from '@gravity-ui/blog-constructor';

// Post page
<BlogConstructorProvider {...providerProps}>
    <BlogPostPage
        content={content}
        post={post}
        suggestedPosts={suggestedPosts}
        settings={settings}
        shareOptions={shareOptions}
    />
</BlogConstructorProvider>

Documentation about providerProps.

Also blog-constructor have server components to help you transform your data if you need

import {
  transformPost,
  sanitizeMeta,
  createReadableContent,
  transformPageContent,
} from '@gravity-ui/blog-constructor/server';

The blog-constructor is a uikit-based library, and we use an instance of i18n from uikit. To set up internationalization, you just need to use the configure from uikit:

import {configure} from '@gravity-ui/uikit';

configure({
  lang: 'ru',
});

Development

npm ci
npm run dev
6.2.0

1 month ago

6.1.1

2 months ago

5.16.2

2 months ago

6.1.0

2 months ago

6.0.0

2 months ago

5.16.1-alpha.1

3 months ago

5.16.1

3 months ago

5.16.1-alpha.0

3 months ago

5.16.0

3 months ago

5.15.0

4 months ago

5.13.1

4 months ago

5.14.0

4 months ago

5.14.0-beta.1

4 months ago

5.13.0

4 months ago

5.14.0-beta.0

4 months ago

5.13.0-beta.0

5 months ago

5.12.1-alpha.2

5 months ago

5.12.1-alpha.1

5 months ago

5.12.1-alpha.0

5 months ago

5.5.0

7 months ago

5.3.0

7 months ago

5.1.0

8 months ago

5.11.0

6 months ago

4.4.1

9 months ago

4.4.0

10 months ago

4.4.3

9 months ago

4.4.2

9 months ago

4.2.1

10 months ago

5.8.0

6 months ago

5.6.0

7 months ago

5.4.1

7 months ago

5.4.0

7 months ago

5.2.0

8 months ago

5.0.2

9 months ago

5.0.1

9 months ago

5.0.0

9 months ago

5.5.0-alpha.0

7 months ago

5.12.0

5 months ago

5.10.0

6 months ago

4.3.1

10 months ago

4.3.0

10 months ago

5.8.0-alpha.0

7 months ago

5.7.3

6 months ago

5.9.0

6 months ago

5.7.2

7 months ago

5.7.1

7 months ago

5.7.0

7 months ago

4.2.0

11 months ago

4.1.2

11 months ago

4.1.1

11 months ago

4.1.0

11 months ago

3.5.0

11 months ago

4.0.0

11 months ago

3.4.0-alpha.0

12 months ago

4.0.0-alpha.1

11 months ago

3.2.0-alpha.0

12 months ago

4.0.0-alpha.0

12 months ago

3.4.0

12 months ago

3.3.0

12 months ago

3.2.1

12 months ago

3.2.0

12 months ago

3.1.1

12 months ago

3.4.1

11 months ago

3.5.0-alpha.0

11 months ago

3.0.2

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.1.0-alpha.1

1 year ago

3.1.0-alpha.2

1 year ago

3.1.0-alpha.0

1 year ago

1.1.2

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.0.2

1 year ago

2.0.0-alpha.0

1 year ago

2.0.0-alpha.1

1 year ago

2.0.0-alpha.2

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

2.1.2-alpha.2

1 year ago

2.1.2-alpha.1

1 year ago

2.1.2-alpha.0

1 year ago

3.0.0

1 year ago

1.1.0-alpha.0

1 year ago

1.3.0-alpha.0

1 year ago

2.1.0-alpha.2

1 year ago

2.1.0-alpha.1

1 year ago

2.1.0-alpha.0

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0

1 year ago

1.0.0-alpha.4

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0-aplha.0

1 year ago