0.42.0 • Published 2 years ago
@lidofinance/ui-pages v0.42.0
@lidofinance/ui-pages
Common UI pages.
Installation
- React 17 | 18
yarn add @lidofinance/ui-pages
# and additional
yarn add @lidofinance/lido-ui@^3.6.1Getting started
Service page
import React, { FC, ReactNode } from 'react'
import Head from 'next/head'
import { ServicePage } from '@lidofinance/ui-pages'
export type PageErrorProps = { title: string; content: ReactNode }
export const PageError: FC<PageErrorProps> = ({ title, content }) => (
<ServicePage title={title}>
<Head>
<title>{title}</title>
</Head>
{content}
</ServicePage>
)0.51.0
1 year ago
0.50.0
1 year ago
0.48.0
1 year ago
0.49.0
1 year ago
0.47.0
1 year ago
0.46.0
2 years ago
0.45.1
2 years ago
0.44.0
2 years ago
0.45.0
2 years ago
0.43.0
2 years ago
0.42.0
2 years ago
0.41.0
2 years ago
0.40.0
2 years ago
0.39.1
2 years ago
0.39.0
3 years ago
0.38.0
3 years ago
0.37.1
3 years ago
0.37.0
3 years ago
0.36.0
3 years ago
0.35.0
3 years ago
0.34.0
3 years ago