0.43.0 • Published 14 days ago

@lidofinance/ui-pages v0.43.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

@lidofinance/ui-pages

Common UI pages.

Installation

  • React 17 | 18
yarn add @lidofinance/ui-pages

# and additional
yarn add @lidofinance/lido-ui@^3.6.1

Getting 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.43.0

14 days ago

0.42.0

2 months ago

0.41.0

2 months ago

0.40.0

3 months ago

0.39.1

5 months ago

0.39.0

7 months ago

0.38.0

8 months ago

0.37.1

8 months ago

0.37.0

8 months ago

0.36.0

8 months ago

0.35.0

9 months ago

0.34.0

9 months ago