0.5.3 • Published 4 months ago

@tinkoff/layout-factory v0.5.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

@tinkoff/layout-factory

Installation

Install @tinkoff/layout-factory using your package manager, e.g. for npm:

npm i @tinkoff/layout-factory

Create new layout object

import React from 'react';
import { createLayout } from '@tinkoff/layout-factory';
import { Content, Page, Feedback } from './components';
import { layoutWrapper, feedbackWrapper } from './wrappers';

const MyLayout = createLayout({
  components: {
    page: Page,
    content: Content,
    feedback: Feedback,
  },
  wrappers: {
    layout: layoutWrapper,
    feedback: feedbackWrapper,
  },
});
0.6.3

4 months ago

0.5.3

8 months ago

0.6.2

9 months ago

0.5.1

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.2.31

3 years ago

0.2.30

3 years ago

0.2.29

3 years ago

0.2.28

4 years ago

0.2.27

4 years ago

0.2.26

4 years ago